-
ofdm+matlab
OFDM通信系统的仿真。PDF文件,包括OFDM原理、程序讲解及运行结果。-OFDM communications system simulation. PDF documents, including OFDM principles, procedures and operations on the results. (OFDM communication system simulation. PDF documents, including OFDM principles, procedures and operational results to explain.-OFDM communications system simulation. PDF documents, including OFDM principles, procedures and operations on the results.)
- 2008-12-31 12:05:53下载
- 积分:1
-
boid
Boid模型的matlab代码,仿真鸟类的情况,可生成动画。(The matla code of a boid model to simulate the bird flying ,which could be used to set up a*.avi animation.)
- 2021-03-27 14:19:12下载
- 积分:1
-
chigh
关于如何改进自己编程的习惯和养成一个良好的编程风格的描述,是一本值得一看的书(On how to improve their own programming habits and develop a good description of programming style, is a book worth a visit)
- 2009-12-06 20:40:33下载
- 积分:1
-
armaTransformer
Forward kinematics of the Robotic arm
- 2010-12-16 19:27:11下载
- 积分:1
-
GA
说明: 针对电路故障的诊断提出了一种基于遗传算法的方法,将遗传算法与MATLAB结合实现了电路故障诊断。(For the proposed circuit fault diagnosis method based on genetic algorithm, genetic algorithm combined with the MATLAB implementation of the circuit fault diagnosis.)
- 2010-05-05 09:51:45下载
- 积分:1
-
ls-mmse-ofdm-ch.estimation
ofdm channel estimation using ls and mmse methode matlab code
- 2015-01-02 13:57:24下载
- 积分: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
-
Lag_polyfit New_polyfit
拉格朗日插值法和牛顿插值法,matlab软件编程,.m文件(Lagrange interpolation and Newton interpolation, MATLAB software programming,.M file)
- 2018-03-18 15:49:26下载
- 积分:1
-
PSO_BP预测Matlab源码
说明: 这是一个pso优化bp神经网络的预测算法,可用亲测(This is a prediction algorithm of pso optimized bp neural network, available for pro test)
- 2021-03-19 09:09:19下载
- 积分:1
-
BEAMFORMING-Matlab
波束形成MATLAB程序,包括线阵、平面阵和圆阵,通过matlab程序,了解波束成形的算法过程,以及其含义.内容充实,希望对大家有帮助.(Beamforming MATLAB procedures, including linear, planar array and circular array, through matlab program to understand the process of beamforming algorithm, as well as its meaning. Informative, we want to help.)
- 2021-04-12 21:48:56下载
- 积分:1