-
Isomap
说明: Isomap流形降维算法,包括了一个瑞士卷生成数据,dijk距离算法。(Dimensionality reduction algorithm Isomap manifold, including the formation of a Swiss roll data, dijk distance algorithm.)
- 2011-04-13 22:14:51下载
- 积分:1
-
Heli_Da_Y
这是关于二自由度直升机模糊控制的simulink仿真模型,很好的参考(This is about two degrees of freedom simulation model simulink fuzzy control helicopter, a good reference)
- 2013-11-28 21:24:03下载
- 积分:1
-
GA1
优化遗传算法系列中的第一种优化遗传算法,只需要该参数即可。(Genetic Algorithm Optimization of the first in a series of genetic algorithm to optimize only the parameters need to be.)
- 2009-06-13 13:31:08下载
- 积分:1
-
Simulation-of-communicati
现代通信系统分析与仿真:MATLAB通信工具箱(Modern communication system analysis and simulation: MATLAB Communications Toolbox)
- 2013-01-23 12:03:13下载
- 积分:1
-
homework_KL
KL变换。本文件实现了利用KL变换对声音文件进行去噪。(KL transform)
- 2013-04-15 22:54:49下载
- 积分:1
-
Matlab---The-Language-of-Technical-Computing
This is a categorized compilation of tips for the MATLAB programmer. Items to help you to browse through them and find information that is useful. Many of the tips include a reference to specific MATLAB documentation that gives you more complete coverage of the topic.
- 2013-12-07 19:14:30下载
- 积分:1
-
bp投影
说明: sar雷达成像的后向投影算法的matlab代码(Matlab code of backward projection algorithm for SAR radar imaging)
- 2020-11-02 11:11:40下载
- 积分:1
-
wxslckbk
用与合成孔径雷达的回波检测的编程的原代码(Using synthetic aperture radar detection of the echo of the original programming code)
- 2009-04-24 08:47:38下载
- 积分:1
-
AddWindowDFT
用于谐波检测,加窗插值算法,在抑制频谱泄露和栅栏效应方面能够达到很好的效果!!(For harmonic detection, windowed interpolation algorithm, the inhibition effect of spectrum leakage and fence area to achieve good results! !)
- 2011-01-10 14:42:13下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1