-
msk_viterbi
在高斯白噪声情况下,MSK的维特比解调程序(Gaussian white noise case, the Viterbi MSK demodulation process)
- 2021-02-24 14:59:39下载
- 积分:1
-
allfiles
generate music signal
- 2011-05-11 02:05:32下载
- 积分:1
-
jiediandaona_2
一个自己写的节点导纳矩阵生成程序,不同的小程序完成不同的功能(A self - written node admittance matrix generation procedures)
- 2020-06-17 18:20:02下载
- 积分:1
-
methods
本程序适用于自适应波束形成的几种算法的matlab仿真。(This procedure applies to adaptive beamforming algorithms for the matlab simulation.)
- 2010-06-07 15:50:24下载
- 积分:1
-
LTE_channel_model
LTE channel model matlab source code
- 2009-12-08 03:21:26下载
- 积分:1
-
radar_signal_processing
雷达信号检测和信息提取:根据雷达接收到的信号检查是否含有目标反射回波,并从反射回波中测出有关目标状态的数据。信号是信息的载体,信息是信号的内容。雷达工程界习惯于把雷达信号检测和信息提取的具体实施称为雷达信号处理,并把这种处理与测出的数据的处理合称为雷达信息处理。技术科学界最初把采用数理统计工具解决这一类信息处理的理论问题称为检测理论,后又称为检测与估计(Radar signal detection and information extraction, according to the received radar signal check whether contain the target echo, and measure the echo data on target state.Signal is the carrier of information, the content of the information is a signal.Radar engineering is used to the specific implementation of the radar signal detection and information extraction called radar signal processing, and the processing and the processing of measured data as radar information processing.Technology of the scientific community initially put the use of mathematical statistics tools to solve this problem is known as a kind of information processing theory testing theory, also known as the detection and estimation)
- 2015-03-30 12:06:25下载
- 积分:1
-
gauss_pdf_2rv
2 gaussian random variable generation and plotting using matlab code
- 2012-12-29 00:14:31下载
- 积分:1
-
code
tricolor attenuation model
- 2011-05-03 00:36:47下载
- 积分:1
-
matlab
交互式多模型算法的matlab程序,用于混合系统估计的多模型方法,在跟踪器设计过程中,目标模型的选择将直接关系到滤波性能的好坏。
(Interactive multiple model algorithm matlab program for hybrid systems is estimated that the multi-model approach, in the tracker design process, the object model will have a direct bearing on the choice of filtering performance is good or bad.)
- 2010-01-14 11:27:34下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1