-
Daubechies_discrete_wavelet
Daubechies discrete wavelet transform
- 2009-01-14 22:53:49下载
- 积分:1
-
master
antenna characteristics using matlab
- 2010-05-19 03:33:19下载
- 积分:1
-
simulink-useage-in-auto
学习资料:simulink及stateflow 在汽车设计中的使用资料(Learning materials: Simulink and stateflow in the automotive design, the use of data)
- 2012-06-08 16:51:23下载
- 积分: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
-
TDE
在matlab中编程实现求解二维抛物线方程的程序TDE。(Programming in matlab program for solving two-dimensional parabolic equation TDE.)
- 2013-11-22 19:53:05下载
- 积分:1
-
STTC
matlab code to space time trellis code. Help to deveplop the code for sttc
- 2011-12-26 01:29:07下载
- 积分:1
-
LMSNoiseCanceller_FixPt_PIL_cosimulation
LMS algorithm PIL cosimulation for DM642 EVM.
- 2011-01-07 15:30:50下载
- 积分:1
-
ICA_Simulation_Audio
This source code simulates the separating the mixed audio to two source audio by Independent Component Analysis (ICA) algorithm. This program has GUI to display the mixed audio signal spectrum and the two source audio spectrums.
- 2010-05-26 00:15:16下载
- 积分:1
-
matlab_mohupingjiaf
模糊综合评判源代码,kriging 详细插值matlab程序,经过测试的,直接用就可以了(Fuzzy comprehensive evaluation source code, kriging interpolation matlab program in detail, tested, directly on it)
- 2011-09-11 10:49:55下载
- 积分:1
-
ZMNL
海杂波的matlab仿真,希望对大家有用(Matlab simulation of sea clutter, in the hope that useful)
- 2021-04-15 16:48:54下载
- 积分:1