-
test
遗传算法代码,matlab写的,适合初学者学习。(Genetic algorithm code, matlab written for beginners to learn.)
- 2009-05-01 11:01:17下载
- 积分:1
-
OFDMcode
说明: 一个完整很不错的OFDM程序,在给出OFDM系统模型的基础上,用MATLAB语言实现了整个系统的计算机仿真并给出参考设计程序(A complete OFDM is very good procedures in OFDM system model is given based on the MATLAB language with a computer simulation of the entire system and gives reference to the design process)
- 2008-11-12 11:31:22下载
- 积分:1
-
dsss_chaotic
1. BPSK modulation of data which ever you input (default data is
“MANIPAL REDDY”).
2. MANIPAL REDDY is changed into ASCII Format and into two-bit
format for BPSK Modulation.
3. Chaos is used for spreading the binary bit sequence.
4. Uniformly distributed Noise is added to Spread signal.
5. After reception Chaotic Chip sequence is used to recover message .
6. Filter is used for removing spikes and noise.
7. Note the filter is used is just for showing a little realisitic picture.
8. Appropriate filter should be used.
9. The original data in binary and recovered data in binary format are
compared
- 2013-11-19 03:06:40下载
- 积分:1
-
4GReview
说明: 4G通信技术综述,分析4G通信的优势及挑战,关键技术(Overview of 4G communications, analyzing the advantages and challenges of 4G communications, key technology)
- 2010-05-04 22:39:42下载
- 积分:1
-
immune-genetic-algorithm-for-TSP
采用matlab语言进行编程,运用遗传免疫算法,旨在解决TSP旅行商问题(Using matlab language programming, the use of genetic immune algorithm, to solve the traveling salesman problem TSP)
- 2014-09-19 19:05:43下载
- 积分: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
-
Morision
基于Matlab的Morision方程计算波浪力(Based on the matlab morision equation wave force calculation)
- 2021-01-28 09:18:36下载
- 积分:1
-
LMD 源代码
说明: LMD_局部均值分解的源代码以及验证程序(LMD_ local mean decomposition source code and verification program)
- 2021-02-23 15:19:03下载
- 积分:1
-
Desktop
用matlab做的类似画图板一样的工具。运用了GUI编程技术,可以做为学习GUI的参考
- 2010-06-10 08:42:11下载
- 积分:1
-
ccpp_math_example
c++ 调用matlab的程序
c 调用matlab的程序例子(c++ call matlab process procedures c call matlab example)
- 2009-05-25 21:51:56下载
- 积分:1