4b1db2d04b
how to write a new GNU Radio signal processing block
8 lines
442 B
Text
8 lines
442 B
Text
GNU Radio is a collection of software that when combined with minimal hardware,
|
|
allows the construction of radios where the actual waveforms transmitted and
|
|
received are defined by software. What this means is that it turns the digital
|
|
modulation schemes used in today's high performance wireless devices into
|
|
software problems.
|
|
|
|
This module contains the documentation and examples on how to write a new
|
|
signal processing block in GNU Radio.
|