-
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
-
FFTPrelation
matlab下快速傅里叶变换的分析及代码。(The matlab fast Fourier transform analysis and code.)
- 2012-05-08 19:40:46下载
- 积分:1
-
dwt-compression
Compression of digital images using DWT with improved thresholding.
- 2015-04-19 00:08:14下载
- 积分:1
-
FTF
自适应信号处理中的FTF的仿真,Matlab程序(Adaptive signal processing of the simulation FTF, Matlab)
- 2020-12-10 23:29:23下载
- 积分:1
-
gafap
机器人的路径算法(人工智能§自动规划§用于模拟机器人规划的模拟软件
[zhangzhiguang2.rar] - 用势场法的原理实现的vc搜索最短路径程序,改进后的势场法,实用。
(机器人的路径算法()
- 2010-06-01 18:55:26下载
- 积分:1
-
KICA_separation
Simulation impulse signals,using kica separation
- 2014-11-12 17:31:16下载
- 积分:1
-
Matching-Pursuit-Tool-Kit-(MPTK)
匹配追踪工具包(MPTK)提供了快速实现匹配追踪算法的多通道信号的稀疏分解。它包括一个C + +库,独立的命令行实用程序,还有一些脚本运行它,并通过Matlab的绘图结果。(The Matching Pursuit Tool Kit (MPTK) provides a fast implementation of the Matching Pursuit algorithm for the sparse decomposition of multichannel signals. It comprises a C++ library, standalone command line utilities, and some scripts for running it and plotting the results through Matlab.)
- 2014-01-13 00:11:00下载
- 积分:1
-
mplab
Learn how to install and use MPLAB ICD2 and MPLAB IDE in your computer
- 2010-07-24 19:45:17下载
- 积分:1
-
shipinxuliematlab
matlab的视频处理命令集。。。。。。。。。。。。。(matlab video processing command set. . . . . . . . . . . . .)
- 2010-06-01 11:33:29下载
- 积分:1
-
58902
Economic dispatch is the short-term determination of the optimal output of a number of electricity generation facilities, to meet the system load, at the lowest possible cost, subject to transmission and operational constraints. The Economic Dispatch Problem is solved by specialised computer software which should honour the operational and system constraints of the available resources and corresponding transmission capabilities. In the US Energy Policy Act of 2005 the term is defined as the operation of generation facilities to produce energy at the lowest cost to reliably serve consumers, recognising any operational limits of generation and transmission facilities.
- 2015-04-08 19:31:54下载
- 积分:1