-
filter-simulation
该程序用于实现零相位滤波,求系统的群延迟,调用格式大大简化,通俗易懂。(This is for everyone who is major in the communication project.)
- 2010-05-14 22:55:28下载
- 积分:1
-
MATLAB-LMS
MATLAB LMS算法 用于自适应滤波(MATLAB LMS algorithm for adaptive filtering)
- 2011-05-27 11:32:06下载
- 积分:1
-
MTI
MTI,LFM脉冲串信号,对多目标回波进行脉冲压缩,再进行MTI。(MTI, LFM pulse train signal, multi-target echo pulse compression, then MTI.)
- 2013-08-23 13:48:01下载
- 积分:1
-
Desktop
无约束优化问题,对新手有一定的帮助作用,希望大家共同交流(Unconstrained optimization problem, certainly helps the novice role, I hope you and share their)
- 2010-10-14 22:06:36下载
- 积分:1
-
genitic-algorithm
遗传算法自编程序,自己编写的matlab程序,没有用到工具箱(Genetic algorithms written procedures,)
- 2013-12-18 12:21:15下载
- 积分:1
-
IFFT
自己編寫的matlab代碼,實現fft函數及ifft函數功能(I have written matlab code to achieve the original fft function and the ifft function)
- 2011-10-25 11:36: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
-
example
MPC 5643L Example.26.
- 2020-09-09 16:58:03下载
- 积分:1
-
smm
基于cvca模型的smm算法,用于杂波环境下的目标跟踪问题(Cvca model based on the smm algorithm, cluttered environment for target tracking problem)
- 2009-05-11 11:39:31下载
- 积分:1
-
matlab1
电机及拖动教科书的直流电机的固有机械特性及人为机械特性,配合教科书讲课用的MATLAB的源程序,绝对好用,用时,将WORD文件复制的MATLAB里即可。(failed to translate)
- 2012-03-25 16:36:57下载
- 积分:1