-
BPSK_test1
matlab bpsk调制程序,实现了bpsk在matlab下的仿真,并且对于加性噪声下的错误进行统计(matlab bpsk modulation process, realize the BPSK simulation in matlab, and the additive noise under the statistical error)
- 2008-03-19 19:40:40下载
- 积分:1
-
Modern_signal_processing
本书系统全面的介绍了现代信号处理的主要理论,具有代表性的方法和一些典型应用(The book is systematic and comprehensive introduction to the modern signal processing theory, representative methods and some typical applications)
- 2012-05-30 11:04:31下载
- 积分:1
-
utd
文章有utd对爬行波进行循迹 给出微分几何算法 可在matlab 及vc来开发(Utd article has crawling wave of differential geometry tracking algorithm is given in the matlab and vc to develop)
- 2008-07-07 16:40:00下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
msk
GSMK的仿真高斯最小频移键控GMSK信号同相分量波形 (Gaussian Minimum Shift Keying)
- 2010-06-04 07:47:39下载
- 积分:1
-
work3
说明: matlab中不同序列的分类,利用内积不同来分类,附注释(matlab different sequence classification, the use of inner product different to the classification of annotated)
- 2008-09-19 22:28:04下载
- 积分:1
-
FullCodes
Electromagnetic Waves and Antennas
- 2012-04-18 13:28:05下载
- 积分:1
-
Matlab-ShuZhi-Jisuan(code)
各种数值计算的基本算法:求解代数方程、微分方程组、各种多项式插值等,matlab语言开发,适用于工科学生(A variety of numerical calculation of the basic algorithm: solving algebraic equations, differential equations, a variety of polynomial interpolation, matlab language development for engineering students)
- 2011-08-31 19:04:41下载
- 积分:1
-
fuzzy-PID-controller
Genetic multi-stage fuzzy PID controller with a fuzzy switch
- 2013-11-13 15:05:35下载
- 积分:1
-
shortDistance
最短路径的算法, 程序, 代码, 采用Matlab实现.(short path source ocde, free code, matlab source code)
- 2010-08-05 16:44:33下载
- 积分:1