Changes between Version 4 and Version 5 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Sep 30, 2006, 4:44:23 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v4 v5 8 8 9 9 To program GnuRadio, you need to build a radio by creating a graph (as in graph theory) where the vertices are signal processing blocks and the edges represent the data flow between them. The signal processing blocks are implemented in C++. The graphs are constructed and run in Python. If you are not familiar with C++ or Python, find a tutorial online and learn it. 10 11 12 == What does Orbit Sandbox5 have? ==