-
MA2
构造一个空的双向栈,判断双向栈是否存在,出栈,入栈,判栈空,将栈置空,判栈满,取栈顶(Construct an empty two-way stack to determine whether there is a two-way stack, out of stack, stack, sub-stack empty, set the stack is empty, sub-stack is full, take the stack)
- 2009-11-16 13:07:59下载
- 积分:1
-
FBG
均匀光栅C++仿真程序,传输矩阵法,方便学习(Uniform grating matlab simulation program, transfer matrix method)
- 2009-12-10 18:07:41下载
- 积分:1
-
yibutongxinhetongbutongxindequbie
描述了异步通信和同步通信的的概念还有对两者的区别做出了详细的讲解(Describe the concept of asynchronous communication and synchronous communication and make the detailed explanation to the difference between the two)
- 2015-01-21 18:20:45下载
- 积分:1
-
initpop
几个matlab小程序,主要用于遗传算法仿真(Several small matlab program, mainly for genetic algorithm simulation)
- 2010-09-05 00:15:51下载
- 积分:1
-
syamlal-obrien_drag
fluent syamlal-obrien模型(fluent syamlal-obrien model)
- 2015-01-18 19:16:32下载
- 积分:1
-
xyz.zip
MATLAB计算程序,计算符合预测。包括技部分。(Ahfsdafadskflagklhdashdaadfafdadsadsfdasfadk)
- 2009-04-26 20:05:45下载
- 积分:1
-
mxd_coffe_v35_final
冒险咖啡屋秘密花园V35最终版源码
Visual Basica代码,要研究MXD的朋友可以下载看下(adventure coffee secret garden V35 final version of Visual Basica source code to study MXD friends can download facie)
- 2007-01-21 08:38:30下载
- 积分:1
-
sin
sin 函数功能,用matlab,比较常用,大家可以做个参考(function of sin by matlab)
- 2012-05-14 17:25:51下载
- 积分:1
-
UseMatlib
vc与matlab混和编成(vc and the mixture into Matlab)
- 2005-01-11 14:15:11下载
- 积分: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