-
FiltryUn
C++ IIR filter module hided behind interfaces,
coefitients format compatible with matlab SOI matices
- 2009-05-22 13:01:08下载
- 积分:1
-
geneticVRP
使用matlab进行遗传算法编例,解决车辆路径最优化问题。(vrp with matlab)
- 2014-09-28 09:31:10下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
油船船标题规范多层感知器
在此代码中,仿真结果表明控制 ship 的标题从 0 ℃ 到 45 ℃,然后再到 45 ℃。此控件使用神经网络来实现大约像比例控制器的控制器。只运行此代码,以看到模拟的蓝色小船的尖尖的顶点是鼻子,显示船舶的航向。
- 2022-08-10 02:04:44下载
- 积分:1
-
xiangguan
相关器可以主要对不同的信号做相关检测,可以用于信号的提取,以及时间延迟的计算(Correlator can be mainly related to do different signal detection, can be used for signal extraction, as well as the time delay calculation)
- 2007-07-13 16:37:39下载
- 积分:1
-
LPCCandMFCC
自己做设计用的参数提取程序,主要是LPCC和MFCC。(Designs its own program with the parameter extraction, mainly LPCC and MFCC.)
- 2010-09-06 10:51:26下载
- 积分:1
-
lesilefix1
说明: 莱斯利人口预测模型 莱斯利矩阵为91阶方针表示从0岁到90岁各个年龄段的生育率和存活率集合(leslie )
- 2009-08-29 19:10:50下载
- 积分:1
-
fdma
FDMA三路频分多址的MATLAB的Simulink软件包下的程序(FDMA three-way frequency division multiple access MATLAB Simulink package program)
- 2012-05-01 20:55:25下载
- 积分:1
-
board-sx1-mmc
Cover switch is at OMAP_MPUIO(3).
- 2014-09-08 22:54:50下载
- 积分:1
-
PSO-HJ
PSO算法和模式搜索法的混合算法求解非线性方程组(PSO algorithm and hybrid algorithm pattern search method for solving nonlinear equations)
- 2014-11-30 21:43:44下载
- 积分:1