Gr4-packet-modem: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[https://github.com/daniestevez/gr4-packet-modem 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 c...") |
No edit summary |
||
Line 8: | Line 8: | ||
* [[gr4-packet-modem receiver]] | * [[gr4-packet-modem receiver]] | ||
* [[gr4-packet-modem complete flowgraph]] |
Revision as of 09:35, 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.