-
QPSKpOQPSK
个给定一段信号,采用不同的方法实现QPSK和OQPSK调试信号仿真(A given period of the signal, using different methods to achieve QPSK and OQPSK signal simulation debugging)
- 2011-06-08 01:02:13下载
- 积分:1
-
queueingsystm
matlab求解优先级排队系统,本例为两个带有优先级两个不带优先级的混合系统(matlab solving priority queuing system, in this case for the two hybrid system with a priority two and priority)
- 2012-06-07 22:11:00下载
- 积分:1
-
EOF
EOF,气象中用来分析主分量的工具。也叫主分量分析。(EOF useful)
- 2012-07-16 18:58:23下载
- 积分:1
-
FLch2bzsheg3
系统辨识及其MATLAB仿真,M序列产生程序(System Identification and MATLAB, M sequence generator)
- 2013-11-13 15:50:05下载
- 积分:1
-
SUBTRACTIVE-CLUSTERING-
IDENTIFICATION OF RULES USING SUBTRACTIVE CLUSTERING
- 2014-02-20 10:19:02下载
- 积分:1
-
matlab1
MATLAB 课本实例教程 MATLAB 课本实例教程MATLAB 课本实例教程MATLAB 课本实例教程(MATLAB)
- 2009-12-23 08:59:44下载
- 积分:1
-
Aprior
pls check aprior for my reference
- 2014-12-01 20:15:34下载
- 积分: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
-
par_roll
船舶参数横摇模型,与实验数据曲线的对比,包括20组实验数据(Parametric Rolling Model of ship, and compared with the experimental data curve, including 20 groups of experimental data
)
- 2013-12-26 15:34:07下载
- 积分:1
-
3830272a74e3
区域生长法,matlab代码,包含3个m文件和两幅图像(Region growing method, matlab code, containing 3 m files and the two images
)
- 2012-01-02 09:34:26下载
- 积分:1