-
shuzixhcl
数字信号处理及其matlab实现,,希望对大家有帮助,谢谢,()
- 2008-04-04 18:13:28下载
- 积分:1
-
Strccl
说明: 面向组织结构的访问控制模型Structure-oriented access control model(Structure-oriented access control model)
- 2011-03-27 18:03:47下载
- 积分:1
-
ComTest
VC 调用matlab combuilder简单例子(VC call matlab com file)
- 2021-03-01 20:39:34下载
- 积分:1
-
xuhanshu
(1)掌握动态联编的概念;
(2)掌握虚函数和纯虚函数的使用方法;
(3)掌握抽象类的使用。
(this is a good passage for college student)
- 2009-12-27 11:07:25下载
- 积分:1
-
matlab-arithmetic
matlab经典算法程序,可以运行通过。很好的一个遗传算法。(GA)
- 2010-05-06 09:00:09下载
- 积分:1
-
VCPmatlab
本文详细介绍了如何实现VC与Matlab的混合编程,对于进行复杂的运算有很好的用处(This paper describes how the VC and Matlab programming mix, for complex calculations to good use)
- 2013-09-07 11:32:39下载
- 积分:1
-
dsss2008
使用matlab来实现直接序列扩频的调制和解调(Using matlab to achieve direct sequence spread spectrum modulation and demodulation)
- 2008-06-11 10:50:53下载
- 积分:1
-
m-sequence
本文给出了m序列多项相关性的概念,还研究了生成多项式计数的问题(In this paper, the concept of multiple correlation m series, also studied the problem of generation polynomial count)
- 2012-04-19 19:47:31下载
- 积分:1
-
CBCGPChartCtrlSingle
CBCGPChartCtrl 简单使用,包括图片效果。(CBCGPChartCtrl simple to use, including pictures effect.)
- 2014-08-25 20:45:31下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1