File: ffilt.man

package info (click to toggle)
scilab 2.4-1
  • links: PTS
  • area: non-free
  • in suites: potato, slink
  • size: 55,196 kB
  • ctags: 38,019
  • sloc: ansic: 231,970; fortran: 148,976; tcl: 7,099; makefile: 4,585; sh: 2,978; csh: 154; cpp: 101; asm: 39; sed: 5
file content (49 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH ffilt 1 "April 1993" "Scilab Group" "Scilab Function"
.so ../sci.an
.SH NAME
ffilt - coefficients of FIR low-pass
.SH CALLING SEQUENCE
.nf
[x]=ffilt(ft,n,fl,fh)
.fi
.SH PARAMETERS
.TP 10
ft
: filter type where \fVft\fR can take the values
.RS
.TP 5
"lp"
: for low-pass filter
.TP
"hp"
: for high-pass filter
.TP
"bp"
: for band-pass filter
.TP
"sb"
: for stop-band filter
.RE
.TP
n
: integer (number of filter samples desired)
.TP
fl
: real (low frequency cut-off)
.TP
fh
: real (high frequency cut-off)
.TP
x
: vector of filter coefficients
.SH DESCRIPTION
Get \fVn\fR coefficients of a FIR low-pass,
high-pass, band-pass, or stop-band filter.
For low and high-pass filters one cut-off
frequency must be specified whose value is
given in \fVfl\fR. For band-pass and stop-band
filters two cut-off frequencies must be
specified for which the lower value is in
\fVfl\fR and the higher value is in \fVfh\fR
.SH AUTHOR
C. B.