Tutoriels***
*** Lire en bas de page comment télécharger les exemples.
Contenu
- Niveau utilisateur débutant
- Niveau utilisateur intermédiaire
- Niveau Utilisateur Expert
- Niveau développeur
Niveau utilisateur débutant
Ces tutoriels sont conçus pour guider les nouveaux utilisateurs de GNU Radio vers une meilleure compréhension du projet.
- Une brève introduction à GNU Radio, SDR et DSP
- Introduction à l’utilisation de GR: GRC et organigrammes
- Comprendre le taux d’échantillonnage
- Brève introduction aux PMT, balises de flux et passage de messagerie
- Simulation de radio AM
- Considérations matérielles : récepteur de radio FM
- Modulation – démodulation PSK
Les articles ci-après sont les originaux en anglais
Intermediate User Level
- Understanding a flowgraph’s python code
- Writing your own block (using Embedded Python Block)
- Out of Tree modules
- Writing the XML file for a block (for 3.7)
- Writing the YAML file for a block (new in 3.8)
- Writing blocks in C++
- Porting Existing OOTs from 3.7 to 3.8
OOT : Out Of Tree modules
Expert User Level
- Volk- what it does, why it rocks, how to write new kernels
- Working with ALSA and Pulse Audio
- Simulations
- Tagged streams for variable-length PDUs
- Basics of OFDM
Developer Level
- Using Visual Studio Code for Source level debugging of C++ OOTs
- Using Eclipse for Building and Source level debugging C++ OOTs
- Using Code::Blocks IDE for GNU Radio Development
- Git and GNU Radio
- How to use Octave or Matlab with GNU Radio
- The GNU Radio Scheduler
Tous les GRAFCETs des différents chapitres sont téléchargeables depuis le lien suivant :
https://github.com/gnuradio/gr-tutorial/tree/master/
Cliquer sur la boîte verte « Code » puis sur « Download ZIP » ;
Sauvegarder gr-tutorial-master ;
décompacter le fichier zip.
Démarrer GNURadio Companion.
Ouvrir le fichier grafcet .grc désiré depuis le GRCompanion.
Touches F5 puis F6.
Patientez.
Agrandissez la nouvelle fenêtre.
Bon travail !