-
App_Opt_MATLAB
good code for matlab by mili , i than you
- 2009-04-16 01:25:49下载
- 积分:1
-
C---C-method-for-lorenz-delay-time
C-C方法求lorenz的延迟时间,还没试试,自己打开后改可以试试(C- C method for lorenz delay time)
- 2015-04-09 18:55:15下载
- 积分:1
-
enchanced
contrast enhancement method is applicable for fog image
- 2014-02-10 15:21:46下载
- 积分:1
-
code8
matlab gui设计学习手册》 第二版 2012新版 第八章源码 matlab gui the second edition(matlab gui the second edition)
- 2012-06-23 13:15:30下载
- 积分:1
-
AF-cooperative-diversity-Matlab-code
This program stimulation AF cooperative diversity with matlabcode and earn SNR versus BER
- 2013-04-22 17:28:47下载
- 积分:1
-
3freedomnon-linemodel
采用非线性轮胎模型,用于汽车非线性运动分析和研究(Nonlinear tire model, used in linear motion analysis and research)
- 2010-10-07 22:16:13下载
- 积分:1
-
Intelligent-Transportation-System
说明: 智能交通系统中基于TMS320DM642的电子稳像算法实现,挺不错的!(Intelligent Transportation System Based on TMS320DM642 the electronic image stabilization algorithm, very good!)
- 2011-04-17 11:32:09下载
- 积分: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
-
DPC
IEEE有关脏纸编码(DPC)的最新文章。(IEEE the dirty paper coding (DPC) of the latest articles.)
- 2010-06-11 10:24:17下载
- 积分:1
-
digsilentaamatlab
利用digsilent里的matlab接口实现对电机的控制。(Digsilent inside matlab use interface for motor control.)
- 2015-02-14 16:56:21下载
- 积分:1