[Master Index] [Index for /tools/hpmatlab/toolbox/signal]

decimate

(/tools/hpmatlab/toolbox/signal/decimate.m)


Function Synopsis

odata = decimate(idata,r,nfilt,option)

Help text

DECIMATE Resample data at a lower rate after lowpass filtering.
	Y = DECIMATE(X,R) resamples the sequence in vector X at 1/R
	times the original sample rate.  The resulting resampled
	vector Y is R times shorter, LENGTH(Y) = LENGTH(X)/R.
	DECIMATE filters the data with an eighth order Chebyshev
	type I lowpass filter with cutoff frequency .8*(Fs/2)/R,
	before resampling.
	Y = DECIMATE(X,R,N) uses an N'th order Chebyshev filter.
	Y = DECIMATE(X,R,'FIR') uses the 30 point FIR filter
	generated by FIR1(30,1/R) to filter the data.
	Y = DECIMATE(X,R,N,'FIR') uses the N-point FIR filter.
	See also INTERP.

Cross-Reference Information

This function calls

Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON