-
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
-
PBG_vs_n2
Calculation of spectral characteristic of 1D PC as a function of refractive index of the layer.
- 2010-02-11 06:20:41下载
- 积分:1
-
SNR2
matlab code for simulation SNR to verify capcity of channel
- 2012-05-03 23:52:28下载
- 积分:1
-
hangmingma
对随机序列进行(7,4)汉明码编码,经过bpsk调制解调,然后译码,最后绘出信噪比与误码率的关系曲线(Random sequences (7,4) hamming code encoding, after bpsk modem, and then decoding, and finally draw the signal to noise ratio and bit error rate curve)
- 2010-06-28 22:48:49下载
- 积分:1
-
fuzzyPID
说明: PID调节和模糊PID调节,主要用于智能控制领域(PID regulator)
- 2010-04-08 19:53:08下载
- 积分:1
-
frequencyfilt-hpf
FFT Filters provide precisely controlled low- and high-pass filtering (smoothing and sharpening, respectively) using a Butterworth characteristic. The image is converted into spatial frequencies using a Fast Fourier Transform, the appropriate filter is applied, and the image is converted back using an inverse FFT
- 2011-05-25 12:59:49下载
- 积分:1
-
shumo2007B
全国数学建模2007B题MATLAB源代码,自己写的(National problem of mathematical modeling 2007B MATLAB source code, written in their own)
- 2011-09-22 21:38:16下载
- 积分:1
-
5.--PSK-Demodulation-(Part-1)
Phase-shift keying (PSK) is a modulation process whereby the input signal, a binary PCM waveform, shifts
the phase of the output waveform to one of a fixed number of states. The demodulation process can be divided into three major subsections, as shown by Figure 4. First, since
the incoming waveform is suppressed carrier in nature, coherent detection is required. The methods by
which a phase-coherent carrier is derived from the incoming signal are termed, carrier recovery, and will be
covered first.
- 2014-02-25 16:01:21下载
- 积分:1
-
simca
化学计量学方法SIMCA建模的matlab代码学习(matlab code of SIMCA modeling)
- 2020-07-04 12:40:02下载
- 积分:1
-
ccc
语音信号的数字滤波——利用窗函数法实现FIR数字滤波器的设计(Speech Signal Digital Filtering- using a window function method implementation FIR digital filter design)
- 2009-03-25 11:31:29下载
- 积分:1