Age | Commit message (Collapse) | Author |
|
Use select() to avoid blocking on recv() in gr_udp_source (only known
way to avoid blocking on Cygwin).
Add wait argument to gr_udp_source to allow waiting for connection
or accepting lack of connection as EOF; add --no-wait option to
dial_tone_sink.py.
Remove system dependencies from .h files; remove unused data members
and (useless?) public open and close functions.
|
|
figures make sense again.
|
|
|
|
|
|
modulation_utils2 so only new modulator blocks work with the version 2 of everything. Also changed some internal names for clarity.
|
|
|
|
Conflicts:
gnuradio-examples/python/digital/benchmark_qt_rx2.py
|
|
|
|
operations.
|
|
operations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and converter rate.
|
|
|
|
|
|
modulators.
|
|
buggy in the transmitter due to the make packet padding to 512 bytes.
|
|
samples per second to allow and real valued bitrate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
digital_freq_lock - simple implementation of FLL only
pam_sync - extension of pam_timing that does freq, phase, and timing sync
|
|
|
|
|
|
|
|
|
|
loop to adjust the fractional rate while the integer rate keeps the increments moving properly. Allows the max rate deviation to be independent of the integer rate. Scaling of the differential taps also allows alpha and beta to operate independent of the rate when fractional samples per symbol are used. Slightly more tolerant to large signal values, but they still should be close to +/-1.
|
|
|
|
|
|
|
|
This reverts commit a524c6f494cfb3b88d1e55d3f1a35d97ec566c4e.
|
|
|
|
|
|
|
|
|
|
|
|
beta at runtime from GRC block.
|