-
NoisenewTVInpaintingTest
一种基于TV 整体变分算法的图像修复的MATLAB代码(INPAINTING)
- 2009-06-25 11:41:59下载
- 积分: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
-
Thesispapersonmathematicalmodeling
数学建模论文 题为试卷评阅 进行分析建模求解编程(Thesis papers on mathematical modeling to analyze Review programming model for solving)
- 2009-04-18 10:24:15下载
- 积分:1
-
SARpointtarget(RDA)
说明: 合成孔径雷达点目标成像仿真(RD算法),条带模式(SAR point target imaging simulation (RD algorithm))
- 2011-04-16 14:23:31下载
- 积分:1
-
ni1
图像重影退化的逆滤波恢复,自编程序实现。可执行(The inverse image ghosting filter restore, by ourselves to achieve)
- 2010-05-31 23:16:34下载
- 积分:1
-
hidebits
Spread Spectrum Watermarking MATLAB
- 2012-01-02 11:20:52下载
- 积分:1
-
PowerFlow_NR_new
利用matlab编写的牛顿拉夫逊法潮流计算程序,可以有效地对潮流进行分析运算(Newton-Lafson power flow maltab program )
- 2011-09-16 23:50:17下载
- 积分:1
-
pid5
AN EXCELLENT DC MOTORS SPEED CONTROLLING BY ZIEGLAR NICHOLS PID TUNING
- 2010-05-27 01:33:22下载
- 积分:1
-
direct-method-solve-linear-equation
基于MATLAB环境下的运用直接法求解线性方程组的对应的代码 简单易学 便于初学者消化使用(Based on MATLAB environment using a direct method for solving linear equations corresponding code is easy to learn for beginners to use digest)
- 2013-09-15 00:07:38下载
- 积分:1
-
advertisement
一个简单的广告牌仿真GUI程序,模拟简单的翻看广告牌功能(A Simple GUI Program to simulate ad borad. )
- 2015-01-14 09:03:13下载
- 积分:1