-
DPD_wiener
实现wiener模型数字预失真,效果非常好,经过验证程序无任何错误。(To achieve the wiener model pre-distortion, the effect is very good, the program checked for any errors)
- 2012-02-26 13:33:09下载
- 积分: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
-
6_PNseq_07
WALSH CODES AND THEIR
PSEUDOALEATORY SEQUENCES
- INTRODUCTION
- THE REPRESENTATION AS ELEMENTS OF THE EXTENS
GALOIS FIELDS
- THE PSEUDORANDOM SEQUNCE GENERATORS MPLEMENTATION
- MAXIMAL SEQUENCE (M-SEQUENCES)
- GOLD CODES
- KASAMI CODES
- EXAMPLES OF PSEUNDOALEATOR SEQUNECES USED IN IS-95
- 2009-04-07 20:02:20下载
- 积分:1
-
kk
说明: 基于matlab的激光谐振腔的横模模拟程序,用于模拟激光腔不同参数下的模式(MATLAB program of laser )
- 2011-05-11 20:25:20下载
- 积分:1
-
haltonCodes
拟蒙特卡罗Halton序列产生程序,希望对大家有用,(Monte Carlo Halton sequence to be generated procedures in the hope that it may be useful right,)
- 2021-03-19 14:19:19下载
- 积分:1
-
Connecting-Oracle-with-Matlab
My code for connecting ORACLE and MATLAB
- 2012-01-03 17:18:19下载
- 积分:1
-
Kalman_AR
采用MATLAB编制的Kalman滤波程序,比较全面,还可以一看。(Kalman filtering using MATLAB compiled procedures, more comprehensive, you can have a look.)
- 2010-06-20 19:37:27下载
- 积分:1
-
19395
A Neural Network Autoassociator for
Induction Motor Failure Prediction
- 2010-08-03 15:15:39下载
- 积分:1
-
NGA
小生境遗传算法,该算法易于找出优化问题的所有局部最优解和全局最优解(Niche Genetic Algorithm. The algorithm is easy to find the optimization problem in all local optimal solution and the global optimal solution)
- 2014-11-17 21:46:00下载
- 积分:1
-
OFDMsystemsimulation
用MATLAB,对OFDM系统进行仿真,其中的信号为BPSK信号。(using MATLAB, the OFDM system simulation, the signal for BPSK signals.)
- 2007-01-14 01:00:00下载
- 积分:1