[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
intfilt
(/tools/hpmatlab/toolbox/signal/intfilt.m)
Function Synopsis
h=intfilt(R,L,alpha,type);
Help text
INTFILT Interpolation (and Decimation) FIR Filter Design
B = INTFILT(R,L,ALPHA) designs a linear phase FIR
filter which, when used on a sequence interspersed with R-1 consecutive
zeros every R samples, performs ideal bandlimited interpolation using
the nearest 2*L-1 non-zero samples and assuming an original
bandlimitedness of ALPHA times the Nyquist frequency. The length of
returned filter is 2*R*L-1.
B = INTFILT(R,N,'Lagrange') designs an FIR which performs Nth order
Lagrange polynomial interpolation on a sequence that is interspersed
with R-1 consecutive zeros every R samples. B has length (N+1)*R-1
for N odd and (N+1)*R for N even. If both N and R are even,
filter designed is NOT linear phase.
Both types of filters are basically lowpass and are meant to be used
for interpolation and decimation.
See also INTERP.
Cross-Reference Information
This function calls
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- filter /tools/hpmatlab/toolbox/matlab/datafun/filter.m
- firls /tools/hpmatlab/toolbox/signal/firls.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- nargchk /tools/hpmatlab/toolbox/matlab/lang/nargchk.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- rem /tools/hpmatlab/toolbox/matlab/elfun/rem.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- type /tools/hpmatlab/toolbox/matlab/general/type.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON