Gr4-packet-modem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
The following pages are a "theory of operation" documentation that describes how the modem works. They are intended to supplement the source code and describe the system at a higher level. | The following pages are a "theory of operation" documentation that describes how the modem works. They are intended to supplement the source code and describe the system at a higher level. | ||
* [[gr4-packet-modem waveform design]] | * [[gr4-packet-modem waveform design]]. | ||
* [[gr4-packet-modem transmitter]] | * [[gr4-packet-modem transmitter]]. | ||
* [[gr4-packet-modem receiver]] | * [[gr4-packet-modem receiver]]. | ||
* [[gr4-packet-modem complete flowgraph]] | * [[gr4-packet-modem complete flowgraph]]. |
Latest revision as of 10:51, 22 August 2024
gr4-packet-modem is a packet-based modem that runs on GNU Radio 4.0. It was implemented as an example of a complete digital communications system in GNU Radio 4.0. gr4-packet-modem can be used to test the GNU Radio 4.0 runtime in a realistic use case, and as an example of how to write blocks and applications in GNU Radio 4.0. The modem implements a generic protocol rather than an existing real world protocol, but it could be customized to implement a concrete protocol.
The following pages are a "theory of operation" documentation that describes how the modem works. They are intended to supplement the source code and describe the system at a higher level.