-
wave2
人脸图像的2级小波分解,用MATLAB实现。可得到人脸图像的二级小波分解图。使用时只需把图片名称改成自己所具有的即可(Face feature extraction)
- 2010-06-13 23:51:16下载
- 积分:1
-
file_scanner
matlab/GUI开发,实现文件浏览功能。(matlab/GUI development, implementation file browsing capabilities.)
- 2010-09-02 14:38:29下载
- 积分:1
-
ssim_index_new
structural similarity index
- 2013-09-25 19:05:46下载
- 积分:1
-
butoolsmatlab
用于PH分布参数估计,MAP参数估计的一些基本函数。(Distribution parameter estimation for PH, MAP parameter estimates some basic functions.)
- 2013-11-20 20:28:22下载
- 积分:1
-
FBCLLC-plecs
说明: 双向DC,plecs仿真,带闭环控制,可以联合仿真(Bidirectional DCplecs simulation)
- 2019-03-11 09:54:01下载
- 积分:1
-
Simulation
P_FUZZY_PID飞行器大角度机动控制物理仿真(Control of Spacecraft Large Angle Maneuvers P_FUZZY_PID Physical Simulation)
- 2011-04-27 10:23:43下载
- 积分:1
-
hdb3
将普通码元编译成hdb3码的程序,使用matlab环境编译,希望对大家有所帮助。(the program which changes the origin mode to hdb3)
- 2014-12-02 20:14:26下载
- 积分: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
-
huffman
在matlab中实现哈夫曼压缩和解压缩。(Huffman compression and decompression in matlab.)
- 2013-12-04 16:01:36下载
- 积分:1
-
block-LDPC
block-LDPC码及标准QC-ldpc码的matlab仿真与实现(block-LDPC and IEEE 802.16e)
- 2021-03-21 11:19:17下载
- 积分:1