-
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
-
OFDM_QPSK-16QAM-64QAM
OFDM编码,调制的方法有QPSK,16QAM和64QAM(OFDM coding, modulation method QPSK, 16QAM and 64QAM)
- 2014-02-03 21:57:22下载
- 积分:1
-
time-varying-delay-system
simulation of time varying delay system/m-file matlab simulation
- 2021-02-27 14:29:36下载
- 积分:1
-
Smc003
创建地震正演模型,并显示包括子波在内的地震数据(Create a seismic forward model, and displays including the sub-wave seismic data, including)
- 2008-05-22 21:21:58下载
- 积分:1
-
MATLAB_code
real genetic algorithm matlab code
- 2009-05-20 18:17:16下载
- 积分:1
-
daima
很好的matlab代码,适合初学者,快来下
- 2011-09-20 17:38:06下载
- 积分:1
-
cal_kr_dfe
基于standford大学cioffi教授的经典算法,计算有线信道的最佳判决反馈滤波器系数。(Calculate the optimal DFE coeffients based on the algorithm propoased by prof. Cioffi)
- 2014-09-19 17:59:48下载
- 积分:1
-
meiwenxt
说明: 里面什么都有大家可以自己查看,里面说的都很详细,可以借鉴一下,请注明版权。(Has everything you can own view, which says very detailed, you can learn about, please indicate the copyright.)
- 2010-03-31 10:10:41下载
- 积分:1
-
fft
进行FFT变换,在此基础上作频谱分析、功率谱分析等。(FFT transform, on the basis for spectrum analysis, power spectrum analysis.)
- 2013-08-30 09:50:01下载
- 积分:1
-
源文件:GA_TS_VRP问题遗传算法算路径优化模型
遗传算法求解VRPTW,可运行,附带说明(VRPTW-GA Genetic Algorithms for VRPTW Solution, Running, with Description)
- 2021-04-25 20:48:46下载
- 积分:1