-
ChebyshevExpansion
给定一个普通多项式p(x),用列向量表示,阶次从高到低排列,此函数返回p(x)的切比雪夫多项式展开的系数,返回的的结果也是一个列向量,同样按切比雪夫多项式的阶次从高到低排列
另外该函数用cos(x)项傅里叶级数展开一个多项式(
ChebyshevExpansion.m by David Terr, Raytheon, 5-26-04
Given a polynomial f(x) of degree n expressed as a row vector of coefficients of x^k with
highest power on the left, expand f(x) as a sum of scalar multiples of
Chebyshev polynomials, i.e. return the column vector of coefficients a_k with k
running from n to 0 from top to bottom such that f(x) = sum_{k=0}^n{a_k P_k(x)}.)
- 2010-12-24 13:28:51下载
- 积分:1
-
LinearAlgebra
Elementary Linear Algebra
- 2010-03-04 07:03:27下载
- 积分:1
-
snr1
批量计算DNA外显子频谱和信噪比的程序,一个结构体包含100个分数据(Batch program to calculate the the DNA exon spectrum and signal-to-noise ratio, a structure containing the data of the 100 sub-)
- 2012-09-28 15:27:53下载
- 积分:1
-
jacobi
jacobi雅克比迭代法求解线性方程组,容易计算(Solving Linear Equations by Jacobian Matrix)
- 2018-12-08 16:18:08下载
- 积分:1
-
matlabSVM
说明: matlab的SVM工具包安装说明,并给出具体事例(The SVM matlab toolkit installation instructions, and give specific examples)
- 2011-04-09 21:29:24下载
- 积分:1
-
corepoint
Core-point Research Paper
- 2010-03-04 01:34:33下载
- 积分:1
-
rls
this code for RLS equalizer in OFDM system
- 2014-12-15 04:43:16下载
- 积分:1
-
Example-based-SR
基于学习的图像超分辨率重建,可以进一步了解基于学习的方法。(Learning-based super-resolution image reconstruction, we can further understand the learning-based approach.)
- 2020-10-29 11:59:57下载
- 积分:1
-
Virtual-Reality-and-Animation-for-MATLAB-and-Simu
Virtual Reality and animation for MATLAB and Simulink Users: Visualization of Dynamic Models and Control Simulations. this book Gives the reader hands on example- experience for simulating dynamical models in MATLAB® /Simulink and animating them in VRML
- 2013-12-09 22:12:19下载
- 积分:1
-
RLS
说明: 递归最小二乘算法完成状态观测,用于求解状态,进行状态估计等(Recursive least square algorithm for state observation. It is used to solve the state and calculate the state estimation.)
- 2020-07-15 10:14:58下载
- 积分:1