-
gbdvb_bin_2.0b_win32-i386
说明: ofdm 仿真程序,对大家的毕业设计会有帮助的。
- 2010-04-03 16:08:21下载
- 积分:1
-
MUSIC_ESPRIT_RootMUSIC_minNORM
Direction of arrival (DOAs) Submarines estimation using MUSIC, Min-Norm, ESPRIT and ROOT MUSIC algorithms. by Keskin Fesih.
- 2015-04-23 07:22:24下载
- 积分:1
-
edp
这个是端点检测的程序,用的是基于短时能量和过零率的方法,最后在语音信号的波形图上对检测到的端点进行了标注(This is the endpoint detection process, using a short-term energy and zero-based rate method, the last waveform in the speech signal detected on the endpoint to the mark)
- 2011-01-10 20:01:56下载
- 积分:1
-
Code
calculate minkowski distance
- 2012-04-24 18:07:20下载
- 积分:1
-
matlab-SVM
very useful matlab SVM algorithm for data mining..............
- 2015-04-12 10:02:53下载
- 积分:1
-
FTDI--1
FTDI mpsse communication
- 2015-04-07 17:01:20下载
- 积分:1
-
LQR
model of a LQR controller for the inverted pendulum in simulink
- 2009-04-27 12:28:57下载
- 积分:1
-
var_length_Low
the blind signal detection using the various length of the LSCMA algorithm
- 2009-05-09 20:32:38下载
- 积分:1
-
canny_edge
MATLAB中图像的边缘检测canny算法(MATLAB, canny edge detection algorithm)
- 2011-10-08 18:23:39下载
- 积分: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