-
final_proj1
adaptive huffman coding and decoding in matlab..
- 2010-07-04 17:29:14下载
- 积分:1
-
Mobile__obots
机器人导航程序,其中包括粒子滤波,扩展卡尔曼滤波的实现代码。(robot navigation procedures, including the particle filter, extended Kalman Filter codes.)
- 2007-06-13 21:52:42下载
- 积分:1
-
BSS-SCA
来自中国知网的所有的关于BSS SCA的最新的论文,期刊及MATABLE知识点。内容齐全(Text from China for all the latest on BSS SCA papers, periodicals and MATABLE knowledge points. Complete content)
- 2013-11-19 10:47:36下载
- 积分:1
-
nmftoobox
该源码工具包能实现矩阵的NMF分解,即矩阵的非负分解,能够用于图形的处理(This code can be used to realize NMF facterization of matrix)
- 2010-05-19 17:58:54下载
- 积分:1
-
11
说明: 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:20:03下载
- 积分:1
-
matlab_AM
通信原理上机实验_基于MATLAB的模拟幅度调制解调系统_AM调制解调系统程序代码(Machine on communication theory based on MATLAB simulation experiments _ amplitude modulation and demodulation system _AM code modulation and demodulation system)
- 2014-01-02 17:30:28下载
- 积分:1
-
pso
用粒子群优化算法(PSO)求peaks函数的极值(Particle swarm optimization (PSO) seeking the extreme peaks function)
- 2010-05-12 10:53:24下载
- 积分:1
-
triangle
triangle-Mesh generation- FEM-electromagnetic
- 2013-07-12 04:28:19下载
- 积分:1
-
ss2_edited
scrambling and reassembling an audio file!
- 2014-10-27 17:14:30下载
- 积分:1
-
MATLABandVandVCinterface
10篇优秀的matlab与VB和VC接口的技术文献,对联合编程具有一定的指导和参考价值(10 outstanding Matlab and VB and VC interface technical literature Joint programming for a certain guidance and reference value)
- 2007-01-18 15:14:57下载
- 积分:1