-
LMS2
说明: LMS算法的MATlab仿真分析,结果表明LMS算法有较好的噪声消除效果!(LMS algorithm MATlab simulation results show that the LMS algorithm has better noise reduction effect!)
- 2010-03-31 10:59:38下载
- 积分:1
-
Motor-Model
motor model for realtime programming
- 2015-02-12 19:46:00下载
- 积分:1
-
ADS-B
一种基于ADS-B、WAM和雷达的组合监视方法及其架构(Based on ADS-B, WAM and a combination of radar monitoring method and its architecture)
- 2013-10-19 11:31:53下载
- 积分:1
-
11
说明: matlab代码,实现DCT变换matlab代码,实现DCT变换(matlab code, DCT transform matlab code, DCT transform)
- 2012-12-03 10:44:53下载
- 积分:1
-
ardupilot-ArduCopter-3.2.1
APM飞控程序,Ardupilot3.2.1(Flight control program of the APM, Ardupilot3.2.1
)
- 2015-05-08 14:52:20下载
- 积分:1
-
zhouqitufa
原始周期图法求功率谱估计的matlab程序(The original periodogram seek power spectrum estimation matlab program
)
- 2012-03-29 20:56:00下载
- 积分:1
-
GUI_1
matlab初学者资料 里面有M程序的详细文件 还有编程 直接运行即可(Matlab beginners material inside have M program detailed document and programming can be run directly
)
- 2012-03-30 11:19:19下载
- 积分:1
-
Load_at_discrete_Depths_070914.ino
Arduino Uno Sketch to take measurements a strain gauge at precise depths into an elastic object. Interfaces the Uno with a micrometer using SPC and with strain gauge bridge circuit using Analog input pin. Tested to work on OSEPP Uno R3 Plus (Arduino Uno equivalent uC)
- 2014-10-01 05:31:35下载
- 积分:1
-
StandEx
说明: 这是书上的代码,C/C++中调用Matlab C Math Library的实现,供大家参考(This is the code book, C/C++ In Matlab C Math Library calls to achieve for your reference)
- 2008-11-25 17:32:44下载
- 积分:1
-
base2fft
根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线上,所以输出数据可以立即存入原输入数据所占用的存储单元。这种方法可称为原址计算,可节省大量的存储单元。附件包含算法流程图和源程序。(err)
- 2008-04-20 23:11:05下载
- 积分:1