-
demo
lte中turbo编译码的源代码,使用c语言开发,可用(turbo encode and decode)
- 2013-12-30 15:14:43下载
- 积分:1
-
filter_HFSS
滤波器程序优化算法,可以生成脚本文件联合HFSS调用优化。(Filter program optimization algorithm, can generate a script file call optimization combined with HFSS.
)
- 2013-05-16 16:14:19下载
- 积分:1
-
stest
matlab ,本文献是关于广义s变换的一个源码,但是源码只有函数,不能自动生成变换(Matlab, this literature is a source of generalized s transform, but the source function only, not be generated automatically transform)
- 2012-05-24 10:46:26下载
- 积分:1
-
CPPTemplates
学习C++ template的好资料,详细介绍了template的特性和用法(C++ tmeplate)
- 2014-01-21 21:49:19下载
- 积分:1
-
openGL
分别用普通构建方式和显示列表对物体进行绘制,实现各种复杂的交互控制(Were built with ordinary ways and display a list of objects to draw, to achieve a variety of complex interactive control)
- 2014-02-17 20:00:17下载
- 积分:1
-
vcmatlabchengxu
利用VC++与MATLAB编程
希望多交流
也希望资源共享(VC++ and MATLAB programming hope that more exchanges also hope that the sharing of resources)
- 2006-12-09 21:58:12下载
- 积分:1
-
Matlab-Realization-of-a-special-matrix
使用Matlab实现特殊矩阵,对初学Matlab的人很有帮助(It has benefits for learners)
- 2010-08-30 09:58:40下载
- 积分:1
-
ssssssss
显得无聊自己做的一段代码显得无聊自己做的一段代码(ssssssssssssssssssssssssss)
- 2009-12-04 16:05:24下载
- 积分:1
-
matlab
matlab下运行有界面,实现对特定图片的处理,可以设定参数值(run a matlab interface to achieve a specific image processing parameters can be set)
- 2011-05-15 13:57:55下载
- 积分: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