-
rengongmianyisuanfa
别人发给我的人工免疫算法,对搞这方面研究的朋友应该有帮助(Someone sent me the artificial immune algorithm, to engage in research in this area should help a friend)
- 2011-09-15 16:49:00下载
- 积分:1
-
Fountain_toolkit
its a fountain coding kit
- 2013-03-25 14:17:46下载
- 积分: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
-
chebyshev-filter
这是我自己编写的matlab切比雪夫滤波器,用于滤除2.5Hz-30Hz的脑电波。(It is my own writing of matlab chebyshev filter, used to filter out 2.5 Hz-30 Hz of brain waves.
)
- 2012-03-29 10:16:57下载
- 积分:1
-
HBBBC
this the code of hybrid big-bang big-crunch algorithm in matlab
- 2012-06-26 21:52:23下载
- 积分:1
-
通原试验
给lee。用来通信仿真试验。关于信道编码和信源编码(to lee. For communications simulation. On the channel coding and source coding)
- 2005-06-10 00:21:33下载
- 积分:1
-
16843121
基于MATLAB语音信号采集与分析加上高频噪声并去噪声源程序(the source program of
voice signal acquisition and analysis with high-frequency noise based on matlab.)
- 2011-05-05 10:44:50下载
- 积分:1
-
significance
这是2009年huang在EMD基础上改进的算法EEMD的matlab代码!(This is the huang in 2009 based on the improved EMD algorithm EEMD matlab code!)
- 2020-12-11 10:29:17下载
- 积分:1
-
mkmseed
Read and write miniSEED file
- 2013-10-28 11:23:13下载
- 积分:1
-
tugboat
Tugboat simulink from Hydro
- 2009-09-25 10:04:12下载
- 积分:1