Difference between revisions of "AM Scope"

From SpenchWiki
Jump to: navigation, search
Line 3: Line 3:
 
Identical to complex scope, except has magnitude block before scope sink (which is now of the float type).
 
Identical to complex scope, except has magnitude block before scope sink (which is now of the float type).
  
* am_fft.py
+
In the following example, a [[Modez|Mode S]] transmission can be seen. Mode S uses Pulse Position Modulation (PPM), for which the first demodulation step is treating it as an AM signal (i.e. take magnitude of complex stream and ignore phase).
  
{{Template:RF}}
+
[[File:AM-FFT_Scope.png|800px]]
 +
 
 +
== Download ==
 +
 
 +
* [http://spench.net/drupal/files/am_fft.py am_fft.py]
 +
 
 +
{{RF}}

Revision as of 18:01, 19 July 2011

Use

Identical to complex scope, except has magnitude block before scope sink (which is now of the float type).

In the following example, a Mode S transmission can be seen. Mode S uses Pulse Position Modulation (PPM), for which the first demodulation step is treating it as an AM signal (i.e. take magnitude of complex stream and ignore phase).

AM-FFT Scope.png

Download