[Master Index]
[Index for /tools/hpmatlab/toolbox/signal]
yulewalk
(/tools/hpmatlab/toolbox/signal/yulewalk.m)
Function Synopsis
[B,A] = yulewalk(na, ff, aa, npt, lap)
Help text
YULEWALK Recursive filter design using a least-squares method.
[B,A] = YULEWALK(N,F,M) finds the N-th order recursive filter
coefficients B and A such that the filter:
-1 -(n-1)
B(z) b(1) + b(2)z + .... + b(n)z
---- = ---------------------------
-1 -(n-1)
A(z) 1 + a(1)z + .... + a(n)z
matches the magnitude frequency response given by vectors F and M.
Vectors F and M specify the frequency and magnitude breakpoints for
the filter such that PLOT(F,M) would show a plot of the desired
frequency response. The frequencies in F must be between 0.0 and 1.0,
with 1.0 corresponding to half the sample rate. They must be in
increasing order and start with 0.0 and end with 1.0.
See also FIR1, BUTTER, CHEBY, FREQZ and FILTER.
Cross-Reference Information
This function calls
- abs /tools/hpmatlab/toolbox/matlab/elfun/abs.m
- any /tools/hpmatlab/toolbox/matlab/ops/any.m
- ceil /tools/hpmatlab/toolbox/matlab/elfun/ceil.m
- cos /tools/hpmatlab/toolbox/matlab/elfun/cos.m
- denf /tools/hpmatlab/toolbox/signal/denf.m
- diff /tools/hpmatlab/toolbox/matlab/datafun/diff.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- eps /tools/hpmatlab/toolbox/matlab/elmat/eps.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- exp /tools/hpmatlab/toolbox/matlab/elfun/exp.m
- fft /tools/hpmatlab/toolbox/matlab/datafun/fft.m
- fix /tools/hpmatlab/toolbox/matlab/elfun/fix.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- freqz /tools/hpmatlab/toolbox/signal/freqz.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- ifft /tools/hpmatlab/toolbox/matlab/datafun/ifft.m
- input /tools/hpmatlab/toolbox/matlab/lang/input.m
- j /tools/hpmatlab/toolbox/matlab/elmat/j.m
- log /tools/hpmatlab/toolbox/matlab/elfun/log.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- numf /tools/hpmatlab/toolbox/signal/numf.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- pi /tools/hpmatlab/toolbox/matlab/elmat/pi.m
- polystab /tools/hpmatlab/toolbox/signal/polystab.m
- real /tools/hpmatlab/toolbox/matlab/elfun/real.m
- round /tools/hpmatlab/toolbox/matlab/elfun/round.m
- size /tools/hpmatlab/toolbox/matlab/general/size.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