-
ch3problem17
实现编码信号的转换。能够对不同的语音信号实现编码与解码。(Realizes the coded signal transformation. Can realize the code and the decoding to the different voice signal. )
- 2010-10-20 10:22:22下载
- 积分:1
-
PCA
一个最简单的主成分分析的源代码,希望对朋友们有所价值(A simple principal component analysis of the source code, I hope my friends have value)
- 2011-06-30 17:48:25下载
- 积分:1
-
RGB_and_HSIModelTransformation_Matlabprogram
对于数字图像处理技术中,图像的编码分为RGB和HIS,这个资料讲述了在matlab中如何将两种编码转换,在实际应用中非常广泛!(For digital image processing technology, image coding is divided into RGB and HIS, this information describes how the two kinds in the matlab code conversion, in a wide range of practical applications!)
- 2009-11-24 11:28:31下载
- 积分:1
-
GM1_1
灰色理论认为系统的行为现象尽管是朦胧的,数据是复杂的,但它毕竟是有序的,是有整体功能的。灰数的生成,就是从杂乱中寻找出规律。同时,灰色理论建立的是生成数据模型,不是原始数据模型,因此,灰色预测的数据是通过生成数据的gm(1,1)模型所得到的预测值的逆处理结果。(Gray theory that the behavior of the system even though the phenomenon is dim, the data is complex, but still it is ordered, there is a whole function. Gray number generation, that is, from the clutter to find out the laws. Meanwhile, the gray theory is to generate the data model, not the original data model, so gray prediction data by generating data gm (1,1) model predicted values obtained result of the inverse process.)
- 2013-09-24 00:48:16下载
- 积分:1
-
Bayliss2
求解贝叶斯权值,在自适应数字单脉冲中具有重要意义,特别是在求差波束时(Solving Bayesian weight value, the adaptive digital single pulse of great significance, in particular in seeking the difference beam)
- 2020-07-15 20:18:51下载
- 积分:1
-
Zernike
计算光机耦合仿真中的光学镜面的变形情况,分离刚体位移,采用泽尼克多项式耦合。并有使用例子。(The deformation of the optical mirror in the opto mechanical coupling simulation is calculated. The displacement of rigid body is separated and the Zernike polynomials are coupled. And use examples.)
- 2020-12-12 16:39:16下载
- 积分:1
-
1dFDTD
需要解压缩后将程序复制到MATLAB的M文件,然后运行使用(decompress will need to copy the documents MATLAB M, and then run the use of)
- 2006-05-29 11:51:15下载
- 积分:1
-
lt
说明: ressource on coding, lt codes, simulation ....
- 2014-08-13 23:33:18下载
- 积分:1
-
circular-convolution
cirucular convolution
- 2015-02-13 13:47:33下载
- 积分:1
-
cyclic_coder
(7,4)系统循环码编码器
code_out = cyclic_coder(code_in)
该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1
输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统
循环码字,是1×7的行向量。
函数运行时,同时画出输入信息码字和循环码字的波形图。( (7,4) cyclic code system Encoder code_out = cyclic_coder (code_in) cyclic code encoder of the system generating polynomial is g (x) = x ^ 3+ x+ 1 of information input parameters code_in code word is 1 × 4 row vector output code_out System is encoded codeword cycle, the row is 1 × 7 vector. Function to run at the same time draw the input code word and code word cycle waveform.)
- 2011-08-15 21:48:28下载
- 积分:1