搜索资源列表
cnv_encd(g,k0,input)输出二进制卷积编码序列
- cnv_encd(g,k0,input)输出二进制卷积编码序列,g是卷积吗的生成矩阵。-cnv_encd(g,k0,input)determines the output sequence of a binary convolutional encoder g is the generator matrix of the convolutional code
Learn_MATLAB_GUI_Design
- 精通MATLAB GUI设计 全书源代码! 其中动画设计、GUI实例相当不错,值得研究 -Proficient in MATLAB GUI design book source code! One animation design, GUI examples quite good, worthy of study
dimension
- 代码用于估计关联维数。包括G-P算法(corrint.m),高斯核关联算法(gka.m) 和Judd算法(judd.m)-Correlation dimension estimation code. Algorithms for estimating the correlation dimension using the grassberger-Proccacia approach (corrint.m), the Gaussian-Kernel algorithm (gka.m) and Ju
MATLAB_GUI
- 一份初学MATLAB_gui者比较好的实例代码;来自《精通MATLAB GUI》,其中例子丰富实用,程序代码丰富。-A novice compared MATLAB_gui good examples of code from " proficient in MATLAB GUI" , in which the rich examples of practical, code-rich.
G729
- The rar folder contains the G.729 matlab code for encode and decode
adpcm
- g.722 code for speech compression
G-N
- 此文件包含用G-N法,修正G-N法,L-M法,Lsqnonlin求解非线性最小二乘优化问题MATLAB源代码,请大家参考-This file contains the method with the GN, GN law amendment, LM Law, Lsqnonlin MATLAB nonlinear least squares optimization source code, please refer to
quantization
- This matlab code read bmp file and seperate it to R,G,B components. And also quantize the image.
speech_coding
- matlab中实现的G.726编码的算法及测试程序,在matlab中已经通过测试,并能输出编码结果-matlab code to implement the G.726 algorithm and testing procedures in matlab has been tested and the results can be output coding
g
- A matlab code for computer generated hologram.
code-5
- This a matlab code that simulates a G/G/1 queue where the arrival and the service rate is gaussian distribution-This is a matlab code that simulates a G/G/1 queue where the arrival and the service rate is gaussian distribution
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
cyclic_decoder
- (7,4)系统循环码译码器 decode_out = cyclic_decoder(decode_in) 该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1 输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解 码后的信息码字,是1×4的行向量。 函数运行时,同时画出接收循环码字和译出码字的波形图。 - (7,4) system cycle Decoder decode_out = cyclic_
Fixedpoint-FixedpointSystem-Fnx-Fny-G
- Fixedpoint - FixedpointSystem - Fnx - Fny - G Code For Matlab.
M--G--and-Walsh-sequence
- 包含matlab中的M序列、G序列以及Walsh序列的案例代码-The M series includes matlab, G sequences and Walsh code sequence case
Gabor-filter-Matlab-code
- Matlab的Gabor滤波器代码,使用方法: I = imread( 图像文件名 ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filter Matlab code, use the method: I = imread ( image filename ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (
G
- GENERATE G matrix from H for LDPC CODE
M/G/1 queue model
- The code of Queue theory M/G/1 model in Matlab
sistema-a-due-g.d.l.-soggetto-a-campo-di-forze-po
- STability analysis for a mechanical system with a PID controller source code in Matlab
newCNC2
- G-code生成器,在matlab中使用,模拟数控加工,用于生成G代码(G-code Generator can be used in Matlab to simulate computerize-numberal-control process and generate general G code.)