Skip to content

Commit

Permalink
FR version (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikbenaddi authored Nov 14, 2022
1 parent e8385a8 commit 35ad5f2
Show file tree
Hide file tree
Showing 19 changed files with 1,525 additions and 1,508 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esbonio.sphinx.confDir": ""
}
3 changes: 3 additions & 0 deletions content-fr/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esbonio.sphinx.confDir": ""
}
10 changes: 5 additions & 5 deletions content-fr/about_author.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.. _author-chapter:

##################
About the Author
A propos de l'auteur
##################

FRENCH Dr. Marc Lichtman is a wireless communications researcher who specializes in SDR, machine learning, LTE/5G-NR, and spectrum sensing. He is an Adjunct Professor at the University of Maryland, where he created and taught a course that served as the basis of this textbook. His course was a senior-year elective targeted towards CS undergrads interested in SDR/DSP. This course lead him to better understand how to make incredibly heavy material accessible and engaging to students who were great programmers but had little-to-no PHY layer knowledge. It was not uncommon to begin class with a mini-hackathon, where students had to find or decode hidden signals (transmitted by Marc) using what they had recently learned.
Marc Lichtman est un chercheur en communications sans fil spécialisé dans la radio logicielle, l'apprentissage automatique, le LTE/5G-NR et la détection du spectre. Il est professeur adjoint à l'Université du Maryland, où il a créé et enseigné un cours qui a servi de base à ce manuel. Il s'agissait d'un cours facultatif de dernière année destiné aux étudiants de premier cycle en informatique intéressés par la SDR/DSP. Ce cours l'a amené à mieux comprendre comment rendre un matériel incroyablement lourd accessible et attrayant pour des étudiants qui étaient de grands programmeurs mais qui avaient peu ou pas de connaissances de la couche PHY. Il n'était pas rare de commencer le cours par un mini-hackathon, où les étudiants devaient trouver ou décoder des signaux cachés (transmis par Marc) en utilisant ce qu'ils venaient d'apprendre.

Marc is also one of the leads for the `GNU Radio project <https://www.gnuradio.org/>`_ , an open source SDR framework widely used in academia and defense related research. While Python is great for learning, rapid experimentation, and development, it does not lend itself well to large and computationally complex apps. GNU Radio can implement more advanced DSP apps, and a GNU Radio app or individual block is very easy to share with others.
Marc est également l'un des responsables du projet `GNU Radio <https://www.gnuradio.org/>`_ , un framework SDR open source largement utilisé dans le milieu universitaire et la recherche liée à la défense. Bien que Python soit idéal pour l'apprentissage, l'expérimentation rapide et le développement, il ne se prête pas bien aux applications volumineuses et complexes sur le plan informatique. GNU Radio peut mettre en œuvre des applications DSP plus avancées, et une application GNU Radio ou un bloc individuel est très facile à partager avec d'autres.

Marc currently lives in the DC area with his wife Lindsey and their many cats and dogs. His hobbies include woodworking, lasercutting, playing clarinet/sax, sailing, gardening, building/flying drones, building/riding electric skateboards, and advanced yo-yoing.
Marc vit actuellement dans la région de Washington avec sa femme Lindsey et leurs nombreux chats et chiens. Ses loisirs incluent le travail du bois, la découpe au laser, la clarinette et le saxophone, la voile, le jardinage, la construction et le pilotage de drones, la construction et la conduite de skateboards électriques, et le yo-yo avancé.

Email: [email protected]

University of Maryland faculty page: `cs.umd.edu/people/sdr <https://www.cs.umd.edu/people/sdr>`_
Page des professeurs de l'Université du Maryland: `cs.umd.edu/people/sdr <https://www.cs.umd.edu/people/sdr>`_

.. image:: ../_images/silly_marc.jpg
:scale: 100 %
Expand Down
6 changes: 3 additions & 3 deletions content-fr/appendix_text_comparison.UNUSEDrst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
##########################
Textbook Comparison
Comparaison des manuels
##########################

In the future what I want to do is maintain a table of all textbooks related to SDR, and have notes about how they compare to this textbook in terms of level of prerequisite knowledge required, and whether they are hands-on, and what languages/software they incorporate.
À l'avenir, je voudrais tenir à jour un tableau de tous les manuels relatifs à la SDR, et noter comment ils se comparent à ce manuel en termes de niveau de connaissances préalables requises, s'ils sont pratiques et quels langages/logiciels ils intègrent.

But for now, below is a list of all SDR textbooks I could find, some are pretty obscure.
Mais pour l'instant, voici une liste de tous les manuels (en anglais) sur la SDR que j'ai pu trouver, certains étant assez obscurs.

#. SDR for Engineers, by Analog Devices (Travis F. Collins, Robin Getz), 2018
#. SDR: For Amateur Radio Operators and Shortwave Listeners, 2016
Expand Down
Loading

0 comments on commit 35ad5f2

Please sign in to comment.