-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1
-
imageica
一个数字图象ICA研究领域的比较专业的MATLAB包,包括了源代码(code),测试图像(data),和结果数据(
esults)。可以进行ICA/ISR/TOPOICA的运算。(A digital image ICA research comparing professional MATLAB package, including the source code (code), test image (data), and the resulting data (esults). Can ICA/ISR/TOPOICA arithmetic.)
- 2007-09-28 15:26:53下载
- 积分:1
-
RAKE
RAKE接收机的仿真代码,对研究接收机,信道均衡,预RAKE有帮助(RAKE receiver simulation code, the study of the receiver, channel equalization, pre-RAKE help)
- 2007-12-12 10:11:33下载
- 积分:1
-
Data_acquisition
用modelica语言编写完成的数据采集电路的模型,可以用来在openmodelica软件中仿真(Complete with modelica language data acquisition circuit model that can be used in openmodelica simulation software)
- 2013-08-01 17:48:43下载
- 积分:1
-
Digital-baseband
数字频带传输系统matlab指导程序和例程(Band digital transmission systems matlab program guide)
- 2013-09-02 20:31:45下载
- 积分:1
-
SIFT
sift图像匹配matlab仿真程序,实现sift图像匹配功能,并且效果卓越(sift image matching matlab simulation program)
- 2013-09-22 10:08:12下载
- 积分:1
-
matlabexamples
matlab例题全部代码(all of matlab example code)
- 2007-08-20 18:13:57下载
- 积分:1
-
threeD_sourceE_NearToFar
使用Matlab编制的3D-FDTD程序,程序中使用拉夫等效原理进行时谐场外推.程序中给出了阵子天线的注释代码.(using Matlab based 3D-FDTD procedures, procedures for the use of Lyford equivalence principle for the time-harmonic extrapolations. Procedures given the stream of the Notes code antenna.)
- 2006-10-25 18:23:00下载
- 积分:1
-
sterio2mono
This matlab code converts audio file from sterio to mono.
- 2013-03-15 00:07:07下载
- 积分:1
-
Solving
双层优化模型,求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解(two-layer optimization)
- 2019-03-21 22:11:31下载
- 积分:1