-
pcmuu
μ律(美国标准,μ=255)pcm,包括编码、解码过程(μ-law (American Standard, μ = 255) pcm, including encoding, decoding)
- 2013-12-15 14:13:07下载
- 积分:1
-
GCC
通过引入7种加权函数实现信号中的时延估计,为广义互相关法(By introducing seven kinds of weighting functions for signal delay estimation, generalized correlation method)
- 2021-03-08 12:39:28下载
- 积分:1
-
模型预测控制及其MATLAB实现
用于介绍预测控制及其matlab仿真的实现(The implementation of predictive control and the implementation of MATLAB simulation)
- 2020-07-01 12:40:02下载
- 积分:1
-
Modern_signal_processing
本书系统全面的介绍了现代信号处理的主要理论,具有代表性的方法和一些典型应用(The book is systematic and comprehensive introduction to the modern signal processing theory, representative methods and some typical applications)
- 2012-05-30 11:04:31下载
- 积分:1
-
Shadowing-and-Multipath
无线通信中阴影效应和多径的matlab建模(Shadowing and Multipath)
- 2011-11-05 21:52:54下载
- 积分:1
-
CSFrequencysparse
当前压缩感知很热,这是其中稀疏采样、重新构建、图像恢复的Matlab代码(CS Frequency sparse)
- 2014-02-14 18:41:58下载
- 积分:1
-
mw_58140 [@FreeMatlabBot]
说明: Underwater wireless optical communication
- 2020-04-28 19:33:10下载
- 积分:1
-
sinefft
这个程序用来说明单频离散序列的周期延拓和补零延拓会对频域的分辨率有什么影响,是我自己刚作出来的,就贡献了吧,请您审查通过(the procedure used to describe single-frequency cycle sequence of discrete Extension and Extension-zero frequency domain will have a resolution of any impact option is my own just to make the contribution on the right, please review by Thank you)
- 2006-10-22 15:27:53下载
- 积分:1
-
Decision_Tree_Program
decision tree algorithm
- 2009-12-10 21:42:03下载
- 积分: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