-
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
-
improved-Fcm
模糊c均值聚类的一种改进算法,比较简单。用的时候先初始化一下,在不断迭代,参考里面的main函数吧。参考的时候去掉一些无关的命令,有些命令是我自己调用的无关的命令,可能目录里面没有,但不妨碍这个算法运行,可以屏蔽掉。(an improved fuzzy c means clustering algorithm)
- 2012-05-22 20:59:49下载
- 积分:1
-
shangehuanjing
将环境信息转换为栅格模型,便于进行下一步的处理和路径规划(The environmental information is converted into a grid model, convenient for further processing, and path planning
)
- 2014-12-09 11:18:13下载
- 积分:1
-
dft-hibert
使用傅里叶变换实现希尔伯特变换C程序,包括傅里叶变换在内dft(dft hibert)
- 2011-11-24 14:34:04下载
- 积分:1
-
SD_alogorithm
SD算法,球形译码算法,程序完整,可读性强,希望对需要的人有所帮助(SD algorithm, the sphere decoding algorithm, program integrity, readability, and hope to those who need help)
- 2015-01-15 10:11:28下载
- 积分:1
-
Wavelet-Transform-In-Image-Compression
insertion of two images iand how to exctract them
- 2011-05-30 18:51:43下载
- 积分:1
-
cxrDCT
DCT1实现一维离散余弦变换;
DCT2实现二维离散余弦变换;
其中使用的算法是碟形算法来实现频域变换(DCT1 peacekeeping achieve a discrete cosine transform; DCT2 achieve two-dimensional discrete cosine transform; the use of the algorithm is dishing algorithm to achieve the transformation frequency domain)
- 2007-05-20 09:22:12下载
- 积分:1
-
The-simple-harmonic-oscillator
finite difference scheme for simple harmonic oscillator
- 2013-02-20 19:43:55下载
- 积分:1
-
firbynna
此程序为本人编写的神经网络法设计1型FIR滤波器的程序,读者读此程序后,可以很深刻地理解如何用BP网络和LMS算法来设计滤波器。
只需更改程序中的H值,即可生成各种低通,高通,带通,带阻滤波器。程序运行结果可得到滤波器系数,幅频曲线和衰减曲线。
可通过更改迭代步长和误差极限来调整滤波器特性。(I prepared for this procedure the neural network type 1 FIR filter design procedures, the reader after reading this program, it is a profound understanding of how to use BP network and the LMS algorithm to design filters. Just change the procedures in H values, to generate a variety of low-pass, high pass, band-pass, band stop filter. Program is running the results of available filter coefficients, amplitude-frequency curve and the attenuation curve. Can change the iteration step size and error to adjust the filter characteristics of the limit.)
- 2021-04-19 10:08:51下载
- 积分:1
-
communication
一些直扩和跳频的程序,还有CDMA的程序(DSS、FH、CDMA)
- 2009-05-01 16:59:23下载
- 积分:1