Age | Commit message (Collapse) | Author |
|
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.
|
|
Patch from Alexander Chemeris <alexander.chemeris@gmail.com>
|
|
|
|
|
|
getting object names the same as DBPSK block.
|
|
|
|
|
|
|
|
|
|
|
|
with the PFB clock recovery in the demod block allows arbitrary real numbers for the number of samples per symbol. We will have to chance the transmit and recieve path code in the examples to take advantage of this.
|
|
which makes the rest of the code work. My previous test cases must have masked the problem.
|
|
|
|
|
|
|
|
This fix updates the run_tests.sh script with the additional
directories in the flattened component layout.
|
|
|
|
Apply patch from Alexander Chemeris <alexander.chemeris@gmail.com>
|
|
Applied patch from Alexander Chemeris <alexander.chemeris@gmail.com>
that allows non 64MHz clocking on USRP1.
|
|
The start_rx_streaming_at call was not clearing the
d_dont_enqueue flag, resulting in the receiver loop
discarding data packets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This file, unlike the others duplicates the fft plotter.
Its use of win.set was correct, since that was an internal method.
|
|
|
|
Reworked usrp_rx_lrit to get to constellation
Added file_rx_lrit to read from capture file
|
|
|
|
|
|
|
|
You can index a numpy array with another numpy array
to get an array of looked-up values.
I did not know that numpy could do that!
|
|
|
|
|
|
|