-
ANNfeileiqi
说明: ANN-BP分类器设计,用其中一半的数据采用ANN-BP算法设计分类器,另一半数据用于测试分类器性能。(ANN-BP classifier design, with half of the data using ANN-BP algorithm design classifier, the other half of the data used to test the classifier performance.)
- 2011-04-14 17:33:08下载
- 积分:1
-
kalman
matlab编写的kalman目标跟踪程序(target tracking kalman matlab program written in)
- 2011-04-26 22:25:14下载
- 积分:1
-
xiaoshijv
用来说明小波消失矩作用的程序,也是用一维信号(used to illustrate the role of vanishing moments procedures, as well as one-dimensional signal)
- 2006-10-17 19:53:12下载
- 积分:1
-
FFTandIFFT
用于地震勘探中的频率滤波程序,分析FFT及IFF的性质及其在地震勘探领域中的应用。(failed to translate)
- 2013-05-08 14:29:27下载
- 积分:1
-
matlab6[1].5imageprocess
本书基于matlab6.5的图象处理工具v3.2编写,全面系统地介绍图象处理工具v3.2函数在图象处理个方面的实际应用。(This book-based image processing tools matlab6.5 prepared v3.2, a comprehensive and systematic introduction to image processing tools v3.2 image processing function in the practical application of aspects.)
- 2007-08-01 18:22:10下载
- 积分:1
-
parameter_Jakes
确定离散多普勒频移(fi,n)、多普勒系数(Ci,n)、多普勒相移(@i,n):适用于仿真经典功率谱的情况。(failed to translate)
- 2011-05-22 11:05:25下载
- 积分:1
-
MATLAB_laguage
MATLAB语言入门教程
给初学者学习MATLAB用(Tutorial MATLAB language to beginners learning to use MATLAB)
- 2008-03-25 22:30:44下载
- 积分:1
-
floyd
说明: floyd算法,用于图论,解决最短路径问题(floyd
)
- 2009-07-26 15:57:14下载
- 积分:1
-
QPSK_tiaozhijietiao
说明: matlab源码编写的QPSK调制与解调程序,含载波及采样频率(matlab source code written in QPSK modulation and demodulation process, including the carrier and sampling frequency)
- 2011-02-25 21:01:35下载
- 积分:1
-
fft_plot
routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use:
>> n = 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time and frequency domain
- 2009-06-23 06:04:38下载
- 积分:1