-
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
-
BPSK-OFDM
这是一个bpsk调制的ofdm系统仿真程序。(bpsk-ofdm)
- 2009-04-30 16:39:01下载
- 积分:1
-
shuzidiaozhifangshifangzhen
各种数字调制的一种产生方法,很有意思的哦......(A variety of digital modulation method for forming a very interesting ...... oh)
- 2009-12-10 18:32:19下载
- 积分:1
-
VCSOASteadyGainTMM
基于传输矩阵法(TMM)计算VCSOA(垂直腔半导体光放大器)的稳态增益的程序。由于是从将输入端功率Pin作为已知条件,程序用Matlab优化工具箱中的fsolve函数计算了满足边界条件时的输出功率。这对于相关研究开发都是较好的资料。(This is a set of source codes, which are used for calculating the steady state gain of VCSOA based on the transfer matrix method(TMM). Since the input power of the VCSOA is regarded as a already-known condition, this program, the function "fsolve" in the Matlab Optimization Toolbox is used for obtaining the output power of the VCSOA when the input power is at some value. This is a good material for further studying the related problems, especially when using the Matlab for device simulations. )
- 2013-08-13 16:15:25下载
- 积分:1
-
ACATSP
蚁群算法求解旅行商问题matlab源程序,可画图.(Ant colony algorithm for traveling salesman problem (matlab source code), the algorithm has a drawing function.)
- 2010-08-23 15:05:54下载
- 积分:1
-
cegao
双基(机载)合成孔径雷达测高——比较没技术含量,因为用的方法是斜距差,没用相位差(还没研究出来),所以误差有点大。(Double-base (Airborne) synthetic aperture radar altimeter- not the technical content of comparison, because the methodology used is inclined away from the poor, no phase difference (not finding out), so a bit big error.)
- 2009-05-29 20:40:53下载
- 积分:1
-
IIR
IIR Filter, hope it is useful
- 2010-02-02 16:35:42下载
- 积分:1
-
matlab_PairsTrading_FEX
matlab sourch code PairsTrading FEX
- 2012-05-29 15:04:35下载
- 积分:1
-
Romberg
使用Matlab语言完成《数值计算方法》中的Romberg(龙贝格)积分公式,程序可以根据用户输入的积分上下限、误差容限及表达式实现Romberg积分。(Using Matlab language to complete " numerical methods" in the Romberg (Romberg) integral formula, the program based on user input limits of integration, error tolerance and expression implementations Romberg integration.)
- 2013-08-14 17:12:01下载
- 积分:1
-
hw5
matlab code for digital communication
- 2015-04-17 05:07:26下载
- 积分:1