-
OFDM
OFDM系统的一个基本模型,包含各个模块。(OFDM system, a basic model that contains various modules.)
- 2009-11-11 17:08:07下载
- 积分:1
-
matlab_test
显示色谱图和小波变换的matlab演示代码,效果不错,欢迎查看(show matlab code ,good ,welcome to download)
- 2018-04-27 16:23:05下载
- 积分:1
-
时域频域29个特征提取
说明: 利用matlab提取出频域和时域信号的29个特征,主运行文件feature_extraction,fre_statistical_compute和time_statistical_compute分别提取频域和时域的特征,生成的29个特征保存在生成的feature矩阵中。(Using MATLAB to extract 29 features of frequency-domain and time-domain signals, the main running files feature extraction, frequency-domain and time-domain features are extracted respectively, and the 29 features are saved in the generated feature matrix.)
- 2020-06-29 11:40:01下载
- 积分:1
-
coba
find pitch to detection gender
- 2013-12-04 09:31:30下载
- 积分:1
-
LFM_MultiPulseWithClutter
电子信息工程专业实验课程,雷达系统仿真实验,有杂波情况下多脉冲两个目标雷达信号处理系统仿真matlab程序(Electronic and Information Engineering Experiment courses radar system simulation experiments, the next two goals clutter case of multi-pulse radar signal processing system simulation matlab program)
- 2014-01-12 21:50:57下载
- 积分:1
-
source_code_14cfx9
成功实现计算jsdkew算法的程序,本人测试已经通过,性能已基本达到jsdkew算法的性能,需要MATLAB 2009b环境运行,如有问题,欢迎讨论
(The successful implementation of the program to calculate jsdkew algorithm, I have passed the test, need MATLAB2009b operating environment, any questions, please contact me
)
- 2015-12-12 22:35:43下载
- 积分:1
-
test01
ASN.1解析解码工具,可以解析各种ASN.1格式的文件,并对相应的BER文件解码(ASN.1 decoding analytic tools that can resolve all kinds of ASN.1 format files, and file decoder BER corresponding)
- 2007-09-02 20:00:13下载
- 积分:1
-
MMSE
以BPSK调制方式的DS-CDMA,通过AWGN信道,并以MMSE detection来进行detect所得到的的BER特性图(The BER performance of BPSK for DS-CDMA over AWGN channel, detected by MMSE detection)
- 2014-05-06 03:56:32下载
- 积分:1
-
pso
经典微粒群算法MATLAB程序,通过修改w值使得微粒群搜索在全局搜索与局部搜索之间达到一个较好的平衡(Classical PSO MATLAB program, by modifying the value of w makes particle swarm search in the global search and local search to achieve a better balance between)
- 2011-05-29 18:20:07下载
- 积分:1
-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1