-
MatLab-program-design
介绍了matlab程序设计方法,并给出了一些具体实例(it introduces matlab program designing method,and it gives some specific examples.)
- 2011-05-09 15:36:21下载
- 积分:1
-
glass
non baysian for glass data of uci
with median
- 2012-10-04 16:11:03下载
- 积分:1
-
MATLAB-GUI
基于MATLAB GUI的“滤波器设计软件”设计(MATLAB GUI filter design software-based design)
- 2013-05-03 20:26:50下载
- 积分:1
-
Poisson_FEM
poisson问题有限元求解通用程序(线性元).
压缩包内exp.m包含了一个实际问题,matlab下直接运行即可,如效率不高,可适当修改网格参数h.(poisson problem of the finite element procedure for solving general (linear million). exp.m compressed package contains a real problem, matlab can be directly run, such as the efficiency is not high, may be appropriate to amend the grid parameter h.)
- 2007-12-01 09:41:07下载
- 积分:1
-
0306462834
飞机纵向控制律闭环模型,可以非常方便的获得最优纵向控制律(Closed loop model aircraft longitudinal control law can be very convenient to obtain the optimal longitudinal control law)
- 2010-10-11 11:09:03下载
- 积分:1
-
fisher-linear
fisher线性分类器,包括训练和测试样本(fisher linear classification)
- 2013-02-27 15:24:15下载
- 积分:1
-
Fig6x14
直流双闭环调速系统仿真 及参数 研究直流电机的 可以拿图去比较参考(DC double closed loop control system simulation)
- 2014-12-03 15:14:04下载
- 积分:1
-
VPMCD
Raghuraj 与 Lakshminarayanan提出了基于特征值内相互关系建立预测模型,用于识别的模式识别方法——多变量预测识别模型(Variable Predictive Mode Based Class Discriminate, VPMCD),并应用于生物学的模式识别中。VPMCD利用参数估计来建立预测模型,极大地减少了计算量,缩短了模型的训练时间。vpmcd5_revise为主函数,sec2_5_revise为训练函数(Variable Predictive Mode Based Class Discriminate, VPMCD)
- 2020-12-03 09:59:25下载
- 积分:1
-
matlab
各种功率谱估计算法的matlab程序。
(A variety of power spectrum estimation algorithm matlab program.)
- 2010-12-16 16:26:59下载
- 积分: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