Skip to content
sdr
sdr.IIR.a_taps
Initializing search
mhostetter/sdr
Examples
API Reference
Release Notes
Index
sdr
mhostetter/sdr
Examples
Examples
Pulse shapes
Peak-
to-
average power
FIR filters
IIR filters
Farrow arbitrary resampler
Phase-
locked loops
API Reference
API Reference
sdr
sdr
Filtering
Filtering
C
FIR
C
FIR
Constructors
Constructors
M
__
init__
Methods
Methods
M
filter
M
frequency_
response
M
frequency_
response_
log
M
impulse_
response
M
reset
M
step_
response
Properties
Properties
P
delay
P
order
P
streaming
P
taps
C
IIR
C
IIR
Constructors
Constructors
M
__
init__
M
Zeros
Poles
Methods
Methods
M
filter
M
frequency_
response
M
frequency_
response_
log
M
impulse_
response
M
reset
M
step_
response
Properties
Properties
P
a_
taps
P
a_
taps
Table of contents
Examples
P
b_
taps
P
gain
P
order
P
poles
P
streaming
P
zeros
Pulse shaping
Pulse shaping
F
gaussian
F
raised_
cosine
F
root_
raised_
cosine
Resampling
Resampling
C
Farrow
Resampler
C
Farrow
Resampler
Constructors
Constructors
M
__
init__
Methods
Methods
M
resample
M
reset
Properties
Properties
P
order
P
streaming
P
taps
Phase/time-
locked loops
Phase/time-
locked loops
C
Closed
Loop
PLL
C
Closed
Loop
PLL
Constructors
Constructors
M
__
init__
Methods
Methods
M
frequency_
lock_
time
M
lock_
time
M
phase_
error_
variance
M
phase_
lock_
time
Properties
Properties
P
Bn
P
Bn
T
P
iir
P
K0
P
K1
P
K2
P
Kp
P
omega_
3d
B
P
omega_
n
P
sample_
rate
P
zeta
C
DDS
C
DDS
Constructors
Constructors
M
__
init__
Methods
Methods
M
process
M
reset
M
step
Properties
Properties
P
nco
C
Loop
Filter
C
Loop
Filter
Constructors
Constructors
M
__
init__
Methods
Methods
M
filter
M
reset
Properties
Properties
P
damping_
factor
P
iir
P
K1
P
K2
P
noise_
bandwidth
C
NCO
C
NCO
Constructors
Constructors
M
__
init__
Methods
Methods
M
process
M
reset
M
step
Properties
Properties
P
increment
P
K0
P
offset
Measurement
Measurement
F
crest_
factor
F
papr
Data manipulation
Data manipulation
F
hexdump
F
pack
F
unpack
Plotting
Plotting
Configuration
Configuration
F
use_
style
Time-
domain
Time-
domain
F
time_
domain
Frequency-
domain
Frequency-
domain
F
periodogram
F
spectrogram
Filter analysis
Filter analysis
F
filter
F
frequency_
response
F
group_
delay
F
impulse_
response
F
step_
response
F
zeros_
poles
Release Notes
Release Notes
Versioning
v0.
0
Index
Index
Index
Table of contents
Examples
property
sdr.
IIR.
a_taps
:
ndarray
The feedback taps
\(a_j\)
.
Examples
¶
See the
IIR filters
example.
Back to top