-
MUSIC
MUSIC算法估计性能分析,详细的介绍了MUSIC算法估计性能(It is very useful in array signal process )
- 2009-11-26 23:43:38下载
- 积分:1
-
fun
matlab/simulinkSfunctionC文件例子源码matlab/simulinkSfunctionC文件例子源码dfdfwere(dsfsds)
- 2009-07-09 22:37:35下载
- 积分:1
-
CEGUI_Chinese_display-_Demo
CEGUI中文显示和输入源代码demo,CEGUI中文显示和输入源代码demo(CEGUI Chinese display and input source code demo, CEGUI Chinese display and input source code demo)
- 2011-05-16 13:36:01下载
- 积分:1
-
CandMATLAB
C语言与MATLAB接口+编程与实例+李传军+编著,实现MATLAB中的C程序(C language and MATLAB interface+ programming instance+ Appellation+ compiled C program in MATLAB)
- 2012-10-22 10:03:31下载
- 积分:1
-
MATLAB7[1].02
学习matlab的好资料第二部分,再此共享下啦。参考参考(Good information to learn the second part of matlab, and then under the shared friends. Reference Reference)
- 2011-09-28 11:02:00下载
- 积分:1
-
matlabPcomPVC
vc和matlab混编技术之一:vc++基于com组件调用matlab的dll(One of vc and matlab mixed technology: vc++ DLL based on matlab com component calls
)
- 2013-09-18 15:45:39下载
- 积分:1
-
pca
matcom插件调用matlab里面princomp函数对数据进行处理的小程序(plug-ins inside matcom call matlab function princomp data processing applet)
- 2009-06-05 10:39:52下载
- 积分:1
-
The-coding-principle-of-courseware-
详细介绍了编码原理的基础知识,是编程的入门级必备教材(Details the basics of coding theory, is an essential textbook entry-level programming)
- 2013-12-23 19:20:12下载
- 积分:1
-
Projects
Linear selection algorithm, similar to sequencing, the analysis algorithm to learn to be aware of
- 2014-10-02 13:51:07下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1