资源列表

« 1 2 ... .69 .70 .71 .72 .73 25774.75 .76 .77 .78 .79 ... 28521 »

[matlab例程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
<wangxiaoyu> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[matlab例程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
<wangxiaoyu> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[matlab例程ESPRIT

说明:esprit算法,使用最小二乘实现的,Matlab实现的-esprit algorithm, implemented using least squares, Matlab implementation
<lvcc> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[matlab例程MUSIC

说明:经典的MUSIC算法,使用MAtlab编程实现-Classic MUSIC algorithm
<lvcc> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[matlab例程position_update

说明:update node position
<tan shee eng> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[matlab例程0steering_vector

说明:hello reza hooloo hamid sexy
<reza> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[matlab例程po0

说明:hamid sexy azize del hamid reza
<reza> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[matlab例程greymodel11

说明:GM(1,1)求解matlab代码,可计算最小二乘系数,添加了预测时间选择-GM (1,1) solve the matlab code, calculate the least squares coefficient, the timing of adding the prediction
<wuyan> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[数学计算/工程计算moore-penrose-generalized-inverse

说明:用于计算moore-penrose generalized inverse matrix 的fortran 子程序。-Used to calculate the moore-penrose generalized inverse matrix of fortran subroutines.
<champagne> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[matlab例程ARX_model_paramater_online

说明:系统识别工具-ARX模型在线更新识别方法的matlab程序实现。-System identification tool-ARX model identification methods matlab online update program implementation.
<champagne> 在 2025-05-05 上传 | 大小:1kb | 下载:1

[matlab例程arxoff

说明:系统识别工具-ARX模型离线识别方法的matlab程序实现。-System identification tool-ARX model identified offline methods matlab program implementation.
<champagne> 在 2025-05-05 上传 | 大小:1kb | 下载:0

[数学计算/工程计算towton

说明:插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。如果这特定函数是多项式,就称它为插值多项式。利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The Newton s Fo
<whr> 在 2025-05-05 上传 | 大小:1kb | 下载:1
« 1 2 ... .69 .70 .71 .72 .73 25774.75 .76 .77 .78 .79 ... 28521 »

源码中国 www.ymcn.org