Packet Communications: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
== Simulating Baseband Packet Processing == | == Simulating Baseband Packet Processing == | ||
In order to grasp the basics of packet processing, this section presents a transmitter and receiver without any modulation or channel impairments. | |||
=== Building the flowgraph === | |||
Build the following flowgraph using the details given below: | |||
[[File:Pkt_7_base_fg.png|800px]] | |||
=== Testing === | |||
== Using BPSK and Hardware == | == Using BPSK and Hardware == |
Revision as of 12:57, 8 October 2021
DRAFT
Prerequisites
- QPSK Modulation / Demodulation
- BPSK Demodulation
- Polymorphic Types (PMTs)
- Stream Tags
- Message Passing
- Understanding ZMQ Blocks
- Packet Communications
Simulating Baseband Packet Processing
In order to grasp the basics of packet processing, this section presents a transmitter and receiver without any modulation or channel impairments.
Building the flowgraph
Build the following flowgraph using the details given below: