-
ch05
System Models,types of models
- 2010-01-19 15:59:57下载
- 积分:1
-
yy
说明: matlab数学形态学处理里面,一维信号的膨胀腐蚀等没有现成的公式,编程为解决一维信号的处理问题。(inside matlab mathematical morphology, the expansion of one-dimensional signal no ready formula for corrosion, programming to address the problem of one-dimensional signal processing.)
- 2011-04-11 15:53:07下载
- 积分:1
-
NUC
cortex-m0新塘工程模板,不需要新建工程,直接用(cortex-m0 Xintang project templates, no new construction, the direct use)
- 2011-11-19 21:02:03下载
- 积分:1
-
FramingNew
code for parsing signal into frames.
- 2013-05-07 05:14:11下载
- 积分:1
-
chap2_11_RML
递归极大似然数估计,在实际通信系统仿真过程中非常有用(Recursion number of maximum likelihood estimate, in actual communication system simulation process is very useful )
- 2012-01-10 11:23:49下载
- 积分:1
-
rtdxlms
说明: 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。(a MATLAB applications, a convenient! Use need to change for the M documents.)
- 2006-03-16 16:37:09下载
- 积分:1
-
OFDM
ofdm系统仿真用QAM调制的,有信号传输后的频谱图(ofdm simulation using QAM modulation)
- 2010-05-24 10:15:36下载
- 积分: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
-
LocalWindow
说明: 局部窗口生成算法,根据SIGGRaph上的论文:Video SnapCut: Robust Video Object Cutout Using Localized Classifi ers完成。(Local window generation algorithm, according to a paper on SIGGRaph: Video SnapCut: Robust Video Object Cutout Using Localized Classifiers completed.)
- 2011-04-07 16:21:34下载
- 积分:1
-
LBM_SandT
simple lattice Boltzmann code in matlab
- 2013-11-08 05:05:04下载
- 积分:1