-
matalb
遗传算法的matlab源程序,可以用于遗传算法的应用,还是很有用的(matalb)
- 2010-08-06 09:03:12下载
- 积分:1
-
Matlab
使用matlab在16进制数据中加入高斯白噪声(程序虽小但是自己完成)(Using Matlab to add Gaussian white noise in the hexadecimal data (procedures may be small, but complete by myself))
- 2012-10-08 17:44:25下载
- 积分:1
-
N-R
gues sidel and newton rophson power flow matlab codes
- 2012-04-22 13:39:37下载
- 积分:1
-
GP_Algorithm2.0
G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快)
-----------------------------------
更新部分:
引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联,
使 r 值较小时,ln r - ln C(r) 曲线接近线性(G-P method to calculate the correlation dimension of the Matlab program (upgrade version Files function, Ultrafast)----------------------------------- Update parts : the introduction of restrictions on temporary separation parameters so that the parameter is greater than the average cycle sequence, In addition to the same orbit around the point and makes a relatively small r, r ln- ln C (r) almost linear curve)
- 2007-03-19 21:20:28下载
- 积分:1
-
互相关求时延差
利用互相关求解时延差,入门程序,仅供参考(Using cross-correlation to solve delay difference, introductory procedure, for reference only)
- 2020-08-17 16:58:23下载
- 积分:1
-
fenzhidingjieMATLAB
分枝定界法求解整数规划的MATLAB实现(Branch and Bound Method for Solving Integer Programming MATLAB to achieve)
- 2009-01-03 14:16:12下载
- 积分:1
-
radar
进行常用雷达信号的matlab仿真,分为线性调频信号的时域频域仿真和线性调频脉冲压缩处理2个部分。(Commonly used in radar signal matlab simulation, divided into linear FM signal in time domain frequency domain simulation and linear FM pulse compression of two parts.)
- 2012-05-23 19:29:19下载
- 积分:1
-
sqrs
用于心电数据QRS波形的检测,参考最近的最权威的论文,改进了算法的精度和计算时间(a program to detect the QRS wave of ECG data refer to new thesis)
- 2015-03-15 16:25:20下载
- 积分:1
-
scrollbar_demo
matlab gui, 可在一个窗口中浏览大图带滚动条。(matlab gui, can browse in a larger window with a scroll bar.)
- 2010-06-04 01:41:42下载
- 积分:1
-
pcm
脉冲编码调制(PCM)实现
编程实现PCM技术的三个过程:采样、量化与编码。
采样:低通连续信号采样,以 x=sin(200*t) m=x./(200*t) m=m.*m 为例说明低通采样定理,绘出信号时、频图形;带通连续信号采样,以x=sin(20*t) m=x./t 为例说明带通采样定理,绘出信号时、频图形。
量化:均匀量化,以幅度 的正弦信号为例实现为64级电平的均匀量化;非均匀量化,输入A律PCM编码器的正弦信号 ,采样序列为 ,将其进行PCM编码,给出编码器的输出码组序列
编码:以上述信号为例,实现A律的13折线近似法及国际标准PCM对数A律量化编码。(Pulse code modulation (PCM) to achieve
PCM technology programming three processes: sampling, quantization and coding.
Sample: low-pass continuous signal sampling to x = sin (200* t) m = x./(200* t) m = m.* m an example low-pass sampling theorem, draw the signal, frequency graphics bandpass sampling continuous signals to x = sin (20* t) m = x./t an example bandpass sampling theorem, draw the signal, frequency graph.
Quantization: uniform quantization, in order to realize the magnitude of sinusoidal signal as an example for the 64 level uniform quantization non-uniform quantization, input A law PCM encoder sine signal, the sampling sequence, to be PCM encoded, the encoder is given The output code sequence
Code: A Case Study of the signal to achieve the 13 A line approximation law and international standards on the number of A law PCM coding quantization.)
- 2010-05-31 14:35:33下载
- 积分:1