-
readdztdata
读取美国SIR系列雷达的数据,有利于我们在MATLAB上实现对雷达采集数据的处理(Read the U.S. SIR series of radar data will help us to achieve in the MATLAB processing of radar data collection)
- 2010-07-18 08:35:40下载
- 积分:1
-
design_for_filter
关于滤波的设计 及示例,pdf格式,在matlab下设计完成!(the design for the filter!)
- 2009-04-19 13:47:41下载
- 积分:1
-
m
说明: 系统辨识与MATLAB仿真程序与剖析夹介绍了MATLAB应用入门方法,本程序是关于m序列的MATLAB程序。并提供具体程序予以分析(System identification and analysis of MATLAB simulation program with MATLAB Applications folder entry describes the method, the program is on the m sequence of MATLAB. And to provide specific procedures to analyze)
- 2011-02-08 12:58:47下载
- 积分:1
-
main
牧场管理代码 应用于姜启源的数学建模(第三版)课后大作业(The Answer of the Assignment in the Book
<MathModel>(Author:Jiang Qiyuan))
- 2012-05-17 17:35:45下载
- 积分:1
-
kuopintongxin
扩频通信系统的方针,源码比较详细,并且还包含对扩频通信系统的干扰技术研究(The principle of spread spectrum communication system, the source in more detail, and also includes the interference of spread spectrum communication system technology research)
- 2013-03-05 21:48:16下载
- 积分:1
-
FCM
模糊C均值聚类用于复杂系统建模仿真,通过模型进行预测控制( Fuzzy c-means clustering for complex system modeling and simulation, through the model predictive control
)
- 2013-06-18 21:32:39下载
- 积分:1
-
cot
本程序可以用来进行非平稳、非线性信号的阶比跟踪分析(Nonstationary and nonlinear properties of order tracking analysis)
- 2021-04-07 14:49:01下载
- 积分:1
-
TestFHBFSK1
FHB FSK 跳频通信系统的matlab仿真,代码很全面,直接运行即可。对于研究GSM通信系统的有很大用处。matlab仿真。
(Matlab FHB FSK frequency-hopping communication system simulation, code is very comprehensive and can be run directly. GSM communication system for the study are very useful. matlab simulation.)
- 2015-03-28 15:15:23下载
- 积分:1
-
1
说明: 该程序可以建立一个链表,然后随机的插入节点(The program can build a linked list, and then randomly insert the node)
- 2009-11-25 10:18:16下载
- 积分:1
-
Fading-channel-simulation
衰落信道仿真
function r = rayleigh( fd, fs, Ns )
r = rayleigh(fd,fs,N)
A Rayleigh fading simulator based on Clarke s Model
Creates a Rayleigh random process with PSD determined
by the vehicle s speed.
INPUTS:
fd = doppler frequency
set fd = v*cos(theta)/lambda
v = velocity (meters per second)
lambda = carrier wavelength (meters)
theta = angle w/ respect to tangent (radians).
fs = sample frequency (Samples per second)
Ns = number of samples of the Rayleigh fading
process to produce
OUTPUTS:
r = row vector containing Ns samples of the Rayleigh
fading process
Author: Matthew C. Valenti
Mobile and Portable Radio Research Group
Virginia Tech
For Academic Use Only
(Fading channel simulation)
- 2012-04-19 20:13:22下载
- 积分:1