sdr
sdr.PSK.bps
Initializing search
mhostetter/sdr
Examples
Development
API Reference
Release Notes
Index
sdr
mhostetter/sdr
Examples
Examples
Pulse shapes
Peak-
to-
average power
FIR filters
IIR filters
Farrow arbitrary resampler
Phase-
shift keying
Phase-
locked loops
Development
Development
Installation
Linter
Unit Tests
Documentation
API Reference
API Reference
Digital signal processing
Digital signal processing
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
FIRInterpolator
C
FIRInterpolator
Constructors
Constructors
M
__
init__
Methods
Methods
M
filter
M
reset
Properties
Properties
P
polyphase_
taps
P
rate
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
b_
taps
P
gain
P
order
P
poles
P
streaming
P
zeros
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
Signal manipulation
Signal manipulation
F
mix
F
to_
complex_
bb
F
to_
real_
pb
Sequences
Sequences
F
barker
F
zadoff_
chu
Modulation
Modulation
Classes
Classes
C
PSK
C
PSK
Constructors
Constructors
M
__
init__
Methods
Methods
M
ber
M
demodulate
M
modulate
M
ser
Properties
Properties
P
bps
P
order
P
phase_
offset
P
symbol_
map
Pulse shaping
Pulse shaping
F
gaussian
F
raised_
cosine
F
root_
raised_
cosine
Symbol mapping
Symbol mapping
F
binary_
code
F
gray_
code
Symbol encoding
Symbol encoding
F
diff_
decode
F
diff_
encode
Synchronization
Synchronization
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
Energy
Energy
F
energy
Power
Power
F
average_
power
F
papr
F
peak_
power
Voltage
Voltage
F
crest_
factor
F
peak_
voltage
F
rms_
voltage
Modulation
Modulation
C
Error
Rate
C
Error
Rate
Constructors
Constructors
M
__
init__
Methods
Methods
M
add
M
counts
M
error_
rate
M
error_
rates
M
errors
F
evm
Conversions
Conversions
From E_
b/N_
0
From E_
b/N_
0
F
ebn0_
to_
esn0
F
ebn0_
to_
snr
From E_
s/N_
0
From E_
s/N_
0
F
esn0_
to_
ebn0
F
esn0_
to_
snr
From S/N
From S/N
F
snr_
to_
ebn0
F
snr_
to_
esn0
Simulation
Simulation
Channel models
Channel models
F
bec
F
bsc
F
dmc
Signal impairments
Signal impairments
F
awgn
F
frequency_
offset
F
iq_
imbalance
F
sample_
rate_
offset
Link budgets
Link budgets
Channel capacity
Channel capacity
F
awgn_
capacity
F
bec_
capacity
F
bsc_
capacity
Path losses
Path losses
F
fspl
Antennas
Antennas
F
parabolic_
antenna
Probability
Probability
F
Q
F
Qinv
Data manipulation
Data manipulation
F
hexdump
F
pack
F
unpack
Plotting
Plotting
Configuration
Configuration
F
use_
style
Time-
domain
Time-
domain
F
time_
domain
Spectral estimation
Spectral estimation
F
periodogram
F
spectrogram
Modulation
Modulation
F
ber
F
constellation
F
ser
F
symbol_
map
Filter analysis
Filter analysis
F
filter
F
frequency_
response
F
group_
delay
F
impulse_
response
F
phase_
delay
F
phase_
response
F
step_
response
F
zeros_
poles
Release Notes
Release Notes
Versioning
v0.
0
Index
Index
Index
property
sdr.
PSK.
bps
:
int
The number of bits per symbol
\(k = \log_2 M\)
.
Back to top