-
clcRecoveryDDmethod
this file is implementing CLOCK recovery using DD method in matlab. This is a mfile. The signal shape is 4PAM
- 2013-11-20 06:03:08下载
- 积分:1
-
untouchMeasure
单摄像机无接触式测量源码与论文分析,主要的变换为霍夫变换(Non-contact measurement of single-camera source and paper analysis, the major change for the Hough Transform)
- 2010-10-24 14:28:46下载
- 积分:1
-
MATLABR2007
说明: 有关matlab r2007的实用教程,共十章,从基础学起(Matlab r2007 relevant practical tutorial, a total of ten chapters, starting from basic science)
- 2008-10-16 10:21:56下载
- 积分:1
-
00301679
one paper about the power system electronic ieee
- 2013-07-26 16:31:40下载
- 积分:1
-
DPL-examination
These programs are used to calcualted a Duel phase lag model with different methods.
- 2013-07-16 21:11:42下载
- 积分:1
-
MCMCcourse-BOOK
此为一篇介绍mcmc方法的外文文献 非常适合刚刚接触mcmc方法的初学者(This paper introduces the readers of the Proceedings
to an important class of computer based simulation
techniques known as Markov chain Monte Carlo
(MCMC) methods. General properties characterizing
these methods will be discussed, but the main emphasis
will be placed on one MCMC method known as the
Gibbs sampler. The Gibbs sampler permits one to simulate
realizations from complicated stochastic models in
high dimensions by making use of the model’s associated
full conditional distributions, which will generally have
a much simpler and more manageable form. In its most
extreme version, the Gibbs sampler reduces the analysis
of a complicated multivariate stochastic model to the
consideration of that model’s associated univariate full
conditional distributions.)
- 2013-11-13 10:33:29下载
- 积分:1
-
BPSKQAM
说明: BPSK,QAM在各种信道下的simulink仿真(BPSK, QAM channels in a variety of simulink simulation)
- 2010-04-03 21:04:36下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
m12_4
动态模型参数的极大似然辨识及其MATLAB实现范例(Dynamic model parameters of maximum likelihood identification and implementation examples of MATLAB)
- 2020-11-04 10:19:52下载
- 积分:1
-
Bluetooth_FM(matlab)
这是关于蓝牙跳频通信系统的仿真设计,利用MATLAB的SIMULINK仿真模型,分为跳频系统传输部分、FH-CPM Modulaor子系统、信号接受部分、FH-CPM Demulator子系统、Dis-assemble Packet子系统、频谱分析模块、误码分析模块共七个模块,共有6个MDL文件。(This is about the Bluetooth frequency hopping communication system simulation design, the use of MATLAB-SIMULINK simulation model is divided into frequency-hopping system transmission parts, FH-CPM Modulaor subsystem, signal receiving part, FH-CPM Demulator subsystem, Dis-assemble Packet sub- system, spectral analysis module, the error analysis module of seven modules, a total of six MDL file.
)
- 2010-12-02 16:09:46下载
- 积分:1