User:Duggabe: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
(169 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Author: Barry Duggan
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.


temporary page for Tutorials layout.
summary of programming languages I have used:
 
* FORTRAN
--------------
* COBOL
 
* Pascal
A fresh look at Tutorials:<br>
* assembly languages of various computers
-  I agree with de-linking them<br>
* C
-  I don't think 'Installing GNU Radio' belongs in Tutorials at all<br>
* HTML5
-  For a beginner:<br>
* CSS3
-      basic SDR concepts<br>
* XML
-      GRC and flowgraphs<br>
* JavaScript
-      sample rates<br>
* JSON
-      hardware<br>
* node.js
-      simulation<br>
* Python
-  Intermediate level:<br>
* PHP
-      Programming GNU Radio in Python<br>
-          modifying GRC Python code<br>
-          Embedded Python block<br>
-          Python OOT modules<br>
-      Programming GNU Radio in C++<br>
-  Advanced<br>
-      YAML files?<br>
-      most of the other topics in the current page<br>

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