登录
首页 » matlab » biepie_v78

biepie_v78

于 2017-03-01 发布 文件大小:5KB
0 220
下载积分: 1 下载次数: 4

代码说明:

  FMCW调频连续波雷达的测距测角,最小均方误差等算法的MSE的计算,小波包分析提取振动信号中的特征频率。( FMCW frequency modulated continuous wave radar range and angular measurements, Minimum mean square error MSE calculation algorithm, Wavelet packet analysis to extract vibration signal characteristic frequency.)

文件列表:

biepie_v78.m,8135,2017-03-01

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

发表评论

0 个回复

  • SCREPViewer1.4src
    SC Rep Viewer 1.4 本工具可以用来查看星际录像存储的一些信息。 和其他Rep软件一样,前两分钟的操作也不算APM。 其他功能还有提取地图(用于从录像中提取地图),改图分析(用于查看是否有地图作弊)等。 官方地图库收集了一千余张国内外常用地图,更新日期2009.3.3。 致谢: ShadowFlare 提供了MPQ操作的API函数 JCA 提供了解压代码 Soar Chin 提供了录像格式文档 Quantam 提供了地图源文件格式文档 The.Emu 提供了最新韩国地图库 (SC Rep Viewer 1.4 This tool can be used to view the video store some information on Star. Rep other software, the first two minutes of operation is also not APM. Other features include extract map (extracted from the video for the map), change the chart analysis (for the map to see if there is cheating) and so on. Official map library collection of a thousand Yu Zhangguo inside and outside the common map, updated 2009.3.3. Acknowledgements: ShadowFlare operation provides API functions MPQ JCA provides a decompression code Soar Chin document provides a video format Quantam provides a map of the source file format documentation The.Emu South Korea to provide the latest gallery )
    2021-02-27 16:59:36下载
    积分:1
  • Data Sheet for PL2303 USB
    Data Sheet for PL2303 USB-to-RS232 Bridge
    2022-01-31 09:56:57下载
    积分:1
  • OnvifServer
    说明:  ONVIF SERVER QT SOURCE
    2020-12-08 17:29:23下载
    积分:1
  • 这是一段时间vc++学习总结,主要是一些控件使用技巧,对初学者会有一定的帮助。...
    这是一段时间vc++学习总结,主要是一些控件使用技巧,对初学者会有一定的帮助。-This is a time vc study concluded that the main component is the use of some techniques for beginners will be of some help.
    2022-11-10 11:25:04下载
    积分:1
  • 1
    说明:  高仿YY源码 大家自己看看吧!很不错的 相似度很高的哦!!!!!(High copy YY source )
    2011-11-18 09:11:47下载
    积分:1
  • sqtx
    pingbackdoor的源代码,在windows下用的(Source code for pingbackdoor, used under windows)
    2018-11-26 12:17:18下载
    积分:1
  • MF2002_PureX
    轮胎魔术公式的纯纵向力工况的轮胎模型仿真(Pure longitudinal force condition of tire magic formula)
    2017-07-10 00:19:13下载
    积分:1
  • 随机森林c++
    随机森林c++代码,非常好用,可用于回归和分类(random forests toolbox using c++ for regression and classification)
    2020-11-29 20:59:29下载
    积分:1
  • AWK-Manual
    This document is AWK Manual
    2011-11-15 08:30:06下载
    积分:1
  • Visual C# 使用键盘控制窗体的移动
    Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。   private void Form1_Load(object sender, EventArgs e)   {    Frm_Main form1 = new Frm_Main();//创建窗体对象    form1.KeyPreview = true;//设置窗体接收按键事件   }   private void Form1_KeyDown(object sender, KeyEventArgs e)   {    Point point = this.Location;//定义一个标识窗体的变量    switch (e.KeyData)//判断按键类型    {    case Keys.Up://当按键为上方向键时    point.Y -= 2;    break;    case Keys.Down://当按键为下方向键时    point.Y += 2;    break;    case Keys.Right://当按键为右方向键时    point.X += 2;    break;    case Keys.Left://当按键为左方向键时    point.X -= 2;    break;    case Keys.Escape://当按键为Esc键时    this.Close();//关闭本窗体    break;    default: break;    }    this.Location = point;   }
    2022-03-13 23:48:13下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载