-
kalman_filter
针对现代数字信号处理当中的卡尔曼滤波,给出实现源码。(Modern digital signal processing for which the Kalman filter, is given to achieve source.)
- 2010-06-28 16:42:53下载
- 积分:1
-
MATLAB_graphics_tutorial_information
MATLAB图形处理教程资料MATLAB graphics tutorial information(MATLAB graphics tutorial information MATLAB graphics tutorial information)
- 2010-08-02 12:00:20下载
- 积分:1
-
interior_points
Numerical Optimization, interior points
- 2010-05-12 14:33:27下载
- 积分:1
-
NewNRflow
用C语言编写的IEEE39节电系统潮流计算程序,用于matlab(IEEE39 power system computer program by C language, for matlab)
- 2013-09-16 10:35:54下载
- 积分:1
-
dynprog.zip
dynamic programming 源代码(dynamic programming source code)
- 2007-10-16 05:31:22下载
- 积分:1
-
PreArSp
说明: 小波分解和自回归线性模型相结合用来进行预测的matlab源码(wavelet decomposition and self-linear regression models used to predict combination of Matlab FOSS)
- 2006-03-13 20:47:30下载
- 积分:1
-
clc
A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a short check value attached, derived from the remainder of a polynomial division of their contents on retrieval the calculation is repeated, and corrective action can be taken against presumed data corruption if the check values do not match.
- 2011-08-03 16:31:53下载
- 积分:1
-
Classification-_PE-__SE_An_Engineering_Approach_U
Classification,PE,SE An Engineering Approach Using MATLAB
- 2012-02-08 07:15:26下载
- 积分:1
-
Charged-electric--ring
带电圆环的电势分布图,利用matlab求解带电圆环的电势分布图(Charged electric potential distribution ring)
- 2020-11-05 16:19:52下载
- 积分: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