-
BFSK
编写源程序,用matlab实现bpsk的调制解调(Write source code with matlab achieve bpsk the modem)
- 2010-05-11 11:24:15下载
- 积分:1
-
MPCA
利用MPCA对间歇过程进行监控,先对三维数据进行展开(based on MPCA in batch process monitoring)
- 2015-01-31 16:24:15下载
- 积分:1
-
anli21.5-1
北京航空航天大学出版的matlab从零进阶的原程序代码第1章案例21.1源代码(Beijing University of Aeronautics and Astronautics published matlab from the original program code zero Advanced Case 21.1)
- 2014-01-17 21:45:13下载
- 积分:1
-
timing_syn
说明: 采用gardner法,实现定时定时同步,做这个已经有一段时间了(By gardner method, to achieve timing synchronization time, to do this has been for some time)
- 2011-03-24 12:50:37下载
- 积分:1
-
TheoryOfOperationOfInertialGuidanceSystem
We will consider trajectories that lie in a plane passing through the center of the planet, so that we permit no out-of-plane forces in the following analyses. The general nature of the trajectory and the variables describing it are shown in Figure 3-1 below
- 2009-09-08 04:58:47下载
- 积分:1
-
djshbnn
多径时变信道的仿真:单频信号经过多径时变信道 音频信号经过20条传播路径得到的时域及频域波形。
(Time-varying multipath channel simulation: the time domain and frequency domain waveforms single frequency varying channel audio signal through the multipath signal propagation path 20.)
- 2012-04-05 20:43:10下载
- 积分:1
-
3Dpbg
计算3维光子晶体的能带结构,利用了平面波展开方法(calculated three-dimensional photonic crystals with the structure, using the plane wave expansion method)
- 2006-12-12 22:58:06下载
- 积分:1
-
f_qujian
simulink的仿真有两个阶段:一个为初始化,这个阶段主要是设置一些参数,像系统的输入输出个数、状态初值、采样时间等;第二个阶段就是运行阶段,这个
阶段里要进行计算输出、更新离散状态、计算连续状态等等,这个阶段需要反复运行,直至结束。(simulink simulation has two phases: one for initialization, this stage is mainly to set some parameters, such as the number of input and output system, initial state, the sampling time second stage is the operational phase, the
Stages to calculate the output, update the discrete state, continuous calculation of the state, etc., this stage requires repeated runs to the end.)
- 2011-08-31 11:15:56下载
- 积分:1
-
music
谱估计的music算法,比较典型的谱估计方法,研究了半天才写出来的哦(The music spectrum estimation algorithm, a typical spectral estimation method to study for a long time to write it out, oh)
- 2009-04-20 22:14:48下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1