登录
首页 » matlab » search_scan.m

search_scan.m

于 2020-12-18 发布
0 306
下载积分: 1 下载次数: 7

代码说明:

说明:  本代码用于从球雷达坐标系转换到正弦空间坐标系,相控阵雷达波位编排,以及从正弦坐标系转回球坐标系。(This code is used to convert from spherical radar coordinate system to sinusoidal space coordinate system, phased array radar wave position arrangement, and from sinusoidal coordinate system to spherical coordinate system.)

文件列表:

search_scan.m, 8634 , 2020-03-09
__MACOSX, 0 , 2020-05-15
__MACOSX\._search_scan.m, 210 , 2020-03-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • evacuation.zip
    基于元胞自动机模拟室内人员疏散的最基本模型(Indoor evacuation simulation based on Cellular Automata.)
    2021-01-10 14:48:50下载
    积分:1
  • 一个横坐标三个不同纵坐标的平面图像
    在Matlab中利用此函数可以画一个横坐标三个不同纵坐标的平面图像(In Matlab, this function can be used to draw a plane image with three ordinate ordinates.)
    2018-11-20 21:01:55下载
    积分:1
  • S200GR
    need to convert the fortran code to matlab for the crack propagation analysis
    2017-04-20 20:38:55下载
    积分:1
  • naoplaygolf
    说明:  nao机器人软银杯比赛代码,希望对大家有所帮助。(Nao Robot Soft Silver Cup Competition Code)
    2020-06-18 02:00:02下载
    积分:1
  • MIKE11 data_input converter
    说明:  可以提取CAD中点的坐标信息并转为MIKE地理信息数据输入格式(The coordinate information of midpoint in CAD can be extracted and converted to MIKE geographic information data input format.)
    2020-06-24 09:20:01下载
    积分:1
  • menkei
    计算晶粒的生长,入门级别程序,最大似然(ML)准则和最大后验概率(MAP)准则,完整的图像处理课设,包含所有源代码,汽车图像。( Calculation of growth, entry-level program grains Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, Complete class-based image processing, contains all of the source code, auto image.)
    2016-10-16 21:01:22下载
    积分:1
  • Singhi
    说明:  SVC code with PSO and GA comparision
    2019-07-06 15:24:51下载
    积分:1
  • 3453716
    个详细的ping程序阅读报告,包括流程图和详细的代码注释()
    2018-05-22 06:45:21下载
    积分:1
  • Java/JSP万年历编写实例
    Java万年历源码,   TextField tfYear = new TextField("2004", 5); //显示年份的文本域   Choice monthChoice = new Choice(); //月份选择下拉框   Button btUpdate = new Button("更新"); //更新按钮   GregorianCalendar calendar=new GregorianCalendar(); //日历对象   Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体   Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体   String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};   String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};   int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数   int searchMonth,searchYear; //查询的年份及月份   public void init(){    setBackground(Color.white); //设置背景颜色    searchMonth = calendar.get(Calendar.MONTH); //得到系统年份    searchYear = calendar.get(Calendar.YEAR); //得到系统月份    add(new Label(" 年:")); //增加组件到Applet    tfYear.setText(String.valueOf(searchYear)); //设置文本域文字    add(tfYear);    add(new Label(" 月:
    2023-03-16 17:35:03下载
    积分:1
  • 双打的Java乒乓球游戏代码
    双打的Java乒乓球游戏代码,有的说是撞球游戏,不管什么吧,就是这一类游戏,主要是跟随碰撞检测原理实现的。运行在Java手机系统里。本套源码来自国外,源码包内包括IMAGES、背景音效等文件,比较完整,有环境的最好重新编译下运行看效果,界面方面从资源文件看也是相当不错吧。
    2023-04-10 21:00:34下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载