User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Simulation example: BPSK Demodulation =
Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953, and now devotes most of his time to the GNU Radio project. He is a member of the GRCon22 Organizing Committee.


This tutorial is a follow-on to the [[Guided_Tutorial_PSK_Demodulation|'''Example Usage of GNU Radio: PSK Modulation / Demodulation''']] tutorial to present the use of BPSK rather than QPSK. <b>It is imperative that all</b> of the prerequisites are studied before doing this one.
summary of programming languages I have used:
 
* FORTRAN
== Prerequisites ==
* COBOL
 
* Pascal
* Tutorials:
* assembly languages of various computers
** [[Guided_Tutorial_Introduction|'''A brief introduction to GNU Radio, SDR, and DSP''']]
* C
** [[Guided_Tutorial_Hardware_Considerations|'''Using GNU Radio with Hardware''']]
* HTML5
** [[Guided_Tutorial_PSK_Demodulation|'''Example Usage of GNU Radio: PSK Modulation / Demodulation''']]
* CSS3
 
* XML
== Transmitting a Signal ==
* JavaScript
 
* JSON
[[File:Bpsk_stage1_fg.png|751 px]]
* node.js
 
* Python
[[File:Bpsk_stage1_out.png|800 px]]
* PHP

Revision as of 13:36, 18 November 2021

Barry Duggan is a graduate of Georgia Tech in Electrical Engineering and is a career computer programmer specializing in real-time control, data communication systems, and email security. He has been an amateur radio operator since 1953, and now devotes most of his time to the GNU Radio project. He is a member of the GRCon22 Organizing Committee.

summary of programming languages I have used:

  • FORTRAN
  • COBOL
  • Pascal
  • assembly languages of various computers
  • C
  • HTML5
  • CSS3
  • XML
  • JavaScript
  • JSON
  • node.js
  • Python
  • PHP