-
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
-
Matlabcommunicationsystemmodelingandsimulation
Matlabcommunicationsystemmodeling andsimulation
- 2010-05-23 13:58:17下载
- 积分:1
-
channel_build_sim.zip
关于衰落信道用matlab编写的仿真程序(on fading channel using Matlab simulation program prepared by the)
- 2007-03-14 16:03:55下载
- 积分:1
-
dianming
有趣的matlab程序,让大家感受matlab的魅力(Interestingly matlab program, so that we feel the charm of matlab)
- 2011-10-30 00:12:00下载
- 积分:1
-
planetrendering
planet rendering program implementation
- 2014-01-23 03:40:25下载
- 积分:1
-
Split_Graphies
一个有关图像分割算法的Matlab源程序 (Image segmentation algorithm Matlab source code)
- 2010-03-11 12:17:18下载
- 积分:1
-
matlab-logo
MATLAB进入时显示的图标的程序实现,有动画效果!(MATLAB to enter the show when the program icon, animation!)
- 2006-05-30 15:29:57下载
- 积分:1
-
FCM
自己编写的matlab程序,实现了图像的模糊C均值分割,没有调用工具箱里的fcm函数,里面的图像,代码文件齐全,亲测可用(I have written the matlab program,did not call the toolbox FCM function to achieve the image of the fuzzy C mean segmentation. The code file is complete, can be debugged.)
- 2020-12-01 10:29:27下载
- 积分:1
-
duru2
本代码是用来读取图像的,并把图像归入到一个矩阵中(This code is used to read the image and the image classified into a matrix)
- 2010-12-17 17:12:46下载
- 积分:1
-
Evaluate-the-Quality-of-Infrared
Evaluate the Quality of Infrared with new method and compare it wit SNR
- 2011-01-27 15:09:52下载
- 积分:1