-
nois_elimination_by_filter
用滤波器祛除图象噪声,matlab环境运行(Eliminate the image noise with filters, matlab environment running)
- 2009-03-23 18:57:08下载
- 积分:1
-
VCandMatlab
VC和Matlab混合编程总结
VC和Matlab混合编程总结(VC and Matlab programming concluding mixed mixed VC and Matlab programming summary)
- 2008-04-20 22:44:07下载
- 积分:1
-
fing_vw81
匹配追踪和正交匹配追踪,GSM中GMSK调制信号的产生,通过matlab代码。( Matching Pursuit and orthogonal matching pursuit, GSM is GMSK modulation signal generation, By matlab code.)
- 2017-03-30 16:59:31下载
- 积分:1
-
123456
二端口网络,matlab微波实验仿真技术(Two-port network)
- 2012-05-31 17:57:09下载
- 积分:1
-
fiberfwm
基于HNLF的全光逻辑与门主程序,光纤中的四波混频过程的matlab数值模拟仿真代码。(HNLF-based all-optical logic gates main program, fiber four-wave mixing process matlab numerical simulation codes.)
- 2020-07-10 16:18:55下载
- 积分:1
-
Itti_simpsal
itti 1988的实验 ,显著性检测,很好的学习资料(itti 1988 experiment, a significant detection, good learning materials)
- 2011-11-01 20:04:39下载
- 积分:1
-
chap12
matlab图像处理实例详解chap12——形态学图像处理(matlab image processing examples explain chap12- morphological image processing)
- 2013-12-16 15:55:29下载
- 积分:1
-
TaxiApp
In this application used to book the call taxi.
- 2014-11-20 16:38:17下载
- 积分: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
-
kalman-filter
book for kalman filter using matlab image processing
- 2013-11-10 18:05:22下载
- 积分:1