搜索资源列表
crc校验的matlab程序
- crc校验的matlab程序,对多项式进行处理,可以正常运行,经过fpga实现验证-crc check of the matlab program, processing of the polynomial can be normal operation, after verification fpga implementation
m_PN.rar
- 伪随机码或称PN码,是扩频通信中不可缺少的一种序列。扩频通信,简单的说来就是通过一组相关性很强的伪随机序列,使原有的信号按照伪随机序列的特性出现。从波形上看,原有信号完全淹没于随机的噪声中,达到隐藏信号和抗干扰的目的。接受方只要有相同的伪随机序列,就可以通过伪随机序列很强的相关性将信号还原出来。而m序列,是扩频系统中最长用的伪随机序列。下面的代码就是基于matlab的生成m序列的代码,通过改变初始多项式的值,就可以生成不同阶数的m序列。,Pseudo-random code or PN code
RLS_LMS
- 数字预失真系统,功放是Wiener-Hammerstein模型,预失真是记忆多项式模型,自适应算法采用RLS-LMS混合算法不。-Digital pre-distortion system, power amplifier is a Wiener-Hammerstein model, pre-distortion is memory polynomial model, using RLS-LMS adaptive algorithm hybrid algorithm does not.
SVM_lzb1p0
- svm(支持向量机)能进行分类。有不同的核函数,如线性,多项式等-svm (support vector machine) can be classified. There are different kernel functions, such as linear, polynomial, etc.
lagrange
- 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
weisuijixulie
- 实现伪随机序列 关键词 随机矩阵 本源多项式 移位运算-Achieve the pseudo-random sequence Key words random matrix origin polynomial shift operator
getpoly_bm
- 利用BM算法求解线性移位寄存器生成多项式-get LFSR sequence prime Polynomial by BM algorithm
getpoly_ojld
- 利用欧几里德算法求解线性移位寄存器生成多项式-get LFSR sequence prime Polynomial by Euclids algorithm
GenPoly_matric
- 利用线性移位寄存器序列的线性关系,用求解矩阵的方法求解移存器序列的生成多项式-get LFSR sequence prime Polynomial by the line relationship of the sequence
getpoly_bm1
- 利用BM算法求解线性移位寄存器生成多项式-get LFSR sequence prime Polynomial by BM algorithm
124
- 计算特征多项式的 m 序列的自相关系数。-Calculate the characteristic polynomial of the m sequence of autocorrelation coefficients.
duoxiangshinihe
- 多项式拟合用于处理实验数据的一种有效方法,简单实用。并且举了一个例子三次拟合-Polynomial fitting of experimental data for processing is an effective method of simple and practical. And cited an example of three fitting
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
8aryQAM
- scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding. Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision and soft decison decoding is used. -scr ipt for computing BER with Binary Conv
bfgswopt
- steepest descent/bfgs with polynomial line search
matlab
- 用matlab实现正交多项式最小二乘法的拟合问题-Using matlab to achieve orthogonal polynomial least squares fitting problem
wls-Matlab
- 此程序为一个实例,模拟仿真一个5次项的多项式函数,介绍详细-This program is an example of a fifth term simulation polynomial function, introduced in detail
matlab
- 利用matlab进行最小二乘法消除多项式趋势项-Using matlab least squares polynomial trend to eliminate items
matlab
- 利用matlab来实现多项式的运算,及其各种符号的使用。例如求极限,数值积分,函数的求导等-Using matlab to achieve polynomial operations, and its various symbols are used. Such as finding the limit, numerical integration, function derivation, etc.
多项式拟合批处理代码
- matlab多项式拟合批量处理代码实现,可做参考(Matlab polynomial fitting batch processing code, can be used as reference.)