资源简介
基于物理光学法开发的软件工具,可以用于计算RCS,试用了一下还是可以的
代码片段和文件信息
function [RRRstctcpsp]=angledata(thrphr)
% filename: angledata.m
% Project: POFACETS
% Description: This function computes the direction cosines of incident and RCS computation angles
% Author: Prof. David C. Jenn Elmo E. Garrido Jr. and Filippos
% Chatzigeorgiadis
% Date: 14 August 2000
% Place: NPS
% Last modifed: June 04 (v.3.0)
% thr phr : theta and phi angles
% R=[u v w] direction cosines u=sintheta*cosphi v=sintheta*sinphi w=costheta
% RR=[uu vv ww] uu: costheta*cosphi vv=costheta*sinphi ww=-sintheta
% sp=sinphi
% cp=cosphi
st = sin(thr); ct = cos(thr);
cp = cos(phr); sp = sin(phr);
u = st*cp; v = st*sp; w = ct ;
R = [u v w];
uu = ct*cp; vv = ct*sp; ww = -st;
RR=[uu vv ww];
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 15316 2015-04-17 23:45 about.fig
文件 751 2004-06-14 15:15 angledata.m
文件 17228 2013-10-17 04:20 bistat.m
文件 9923 2012-09-08 12:20 bistatic.fig
文件 5291 2006-11-02 10:33 CAD Library Other Formats\box.raw
文件 9605 2009-11-20 12:49 CAD Library Other Formats\box.stl
文件 939412 2012-01-17 06:46 CAD Library Other Formats\DDG2.facet
文件 205664 2010-11-16 03:29 CAD Library Other Formats\DDG_gun.stl
文件 786599 2011-05-20 03:35 CAD Library Other Formats\F35meters.facet
文件 664224 2009-11-24 04:48 CAD Library Other Formats\Helio.stl
文件 962678 2015-01-03 03:44 CAD Library Other Formats\sphere1mfine.dem
文件 3417 2015-02-11 02:01 CAD Library Other Formats\Testbox.stl
文件 6254 2006-11-02 14:22 CAD Library Other Formats\twoboxes.raw
文件 1829948 2015-02-12 05:07 CAD Library Other Formats\UAVint.stl
文件 123709 2006-07-11 03:08 CAD Library Other Formats\vtuav.dem
文件 161885 2006-07-11 02:52 CAD Library Other Formats\vtuav.facet
文件 270986 2007-03-06 11:28 CAD Library Other Formats\yacht.facet
文件 1055 2006-12-14 02:56 CAD Library Pofacets\3dipoles.mat
文件 9872 2004-03-10 05:42 CAD Library Pofacets\acone.mat
文件 69304 2004-05-21 00:42 CAD Library Pofacets\airplane.mat
文件 83232 2004-07-21 14:21 CAD Library Pofacets\aogive.mat
文件 3064 2004-06-14 15:37 CAD Library Pofacets\box.mat
文件 572 2007-11-01 03:06 CAD Library Pofacets\boxplate.mat
文件 3448 2004-03-10 05:42 CAD Library Pofacets\brick.mat
文件 49304 2004-03-10 05:42 CAD Library Pofacets\building.mat
文件 54888 2004-03-10 05:42 CAD Library Pofacets\car.mat
文件 2536 2004-03-10 05:42 CAD Library Pofacets\chuck.mat
文件 2536 2004-03-10 05:42 CAD Library Pofacets\dart.mat
文件 226799 2013-05-04 01:35 CAD Library Pofacets\ddg2.mat
文件 327150 2013-05-04 02:56 CAD Library Pofacets\DDG2GP.mat
文件 20078 2010-11-16 03:30 CAD Library Pofacets\DDGgun.mat
............此处省略123个文件信息
- 上一篇:四川大学软件学院《系统级编程》近三年考题
- 下一篇:人机交互大作业界面设计
相关资源
- 四川大学软件学院《系统级编程》近
- 软件著作模板
- 多学科多目标优化软件Isight入门与提
- 软件及计算机复试面试常问问题.rar
- 2.1 软件定义网络的基本架构-课件- 软
- 2018年上半年软件设计师-试题及参考答
- 东北大学软件需求分析与系统设计哲
- 昆明理工大学软件工程课后习题答案
- 软件工程——UML图详解例题
- 北邮大三软件工程课程历年考试题目
- 反编译软件ILSpy
- 雷达软件REFLEXW说明
- 数据恢复软件注册码
- LMS测试软件
- 小说取名软件,一建截图,开机自启
- windows下基于QT5.7的mqttClient测试上位机
- 2018高级软件工程_复习题_国科大复习
- 嵌入式软件设计入门与进阶-基于Kin
- 方可出入库管理软件永久注册版
- 水环境水质模型预测软件,一维模型
- 毕设查重软件
- 软件工程导论(第六版)课后习题答
- 打印机清零软件
- 百度指数 资讯指数 媒体指数采集软件
- 2020 百度指数工具 V2.4 百度指数采集
- 微领通用考试题库软件制作工具试卷
- 北航软件工程ppt
- 条码批量生成软件
- yaahp软件操作方法
- 京东评价图片和视频采集软件
评论
共有 条评论