-
BPM__waveguide_triangle
Many-featured, platform independent file and directory picker
- 2011-05-13 02:20:00下载
- 积分:1
-
main
提取共振峰主程序,方法很特别,非常实用,欢迎查看!(Formant )
- 2011-12-27 20:23:22下载
- 积分:1
-
Matlab-Excel-AutoProcessor
本书实现了基于Matlab 与Excel 的实验数据自动处理,有助于完成自动化测试(Based on the book to achieve the automatic processing of the experimental data with Excel, Matlab, helps automate the testing)
- 2013-12-05 16:43:03下载
- 积分:1
-
matlab
林智仁教授的lib-svm直接解压到matlab文件夹下即可使用。(Unzip lib-svm professor Lin Zhiren under the MATLAB folder can be used.
)
- 2014-12-09 10:09:36下载
- 积分: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
-
Udec2bin
本程序为我自己编写的,能够实现用枚举法背包问题(This program written for my own, to achieve knapsack problem with the enumeration method)
- 2011-11-30 18:55:40下载
- 积分:1
-
chongbianyu-jiaozhi
重编与交织,通信原理中的卷积码在高斯信道下的仿真(Renumbering and interleaving, Communication Theory)
- 2011-07-05 16:21:19下载
- 积分:1
-
Untitled
Digital filter design
- 2011-12-06 13:54:12下载
- 积分:1
-
GM
说明: 这是GM(1,1)灰色预测的程序,里面有检验和说明,绝对可用(This is the GM (1,1) gray prediction procedure, which has tested and description, absolutely free)
- 2013-05-24 08:41:17下载
- 积分:1
-
wavelet_ug
利用matlab來處理小波轉換的應用,並說明如何編譯程式語法等等(To deal with the application of wavelet transform using matlab, and explains how to compile program syntax)
- 2013-01-04 11:36:20下载
- 积分:1