Difference between revisions of "Event:SoftwareDefinedRadioSDRFMDABontvangerworkshop"

From RevSpace
Jump to navigation Jump to search
(3. Quick 'theory' of signal processing)
(3 intermediate revisions by 2 users not shown)
Line 18: Line 18:
 
(have it preinstalled and git client to download the samplecode)
 
(have it preinstalled and git client to download the samplecode)
  
== 3.  Quick 'theory' of signal processing ==
+
== 3.  Quick theory of signal processing ==
This could take about an hour or 1.5 hrs of interactive session
+
This could take about one to or 1.5 hours
 +
Interactive session
  
3.1 Real signals
+
== 3.1 Real signals ==
- real-sinewaves in the timedomain / displayed using time sink / oscillioscope
+
Real sinewaves
- Multiplying real-sinewaves and frequency domain/spectrogram (mixing in radioterms)
+
  In the timedomain
 +
  Displayed using time sink / oscillioscope
 +
  Displayed uisng frequency sink / FFT / spectrogram
 +
Multiplying real-sinewaves, in the time domain
 +
Displayed using time sink / oscillioscope
 +
Displayed uisng frequency sink / FFT / spectrogram
 +
Usage of the word 'mixing' in radioterms (multiplication or usage of other non-linearities)
  
3.2 Complex signals
 
- Quadrature or complex (IQ) sinewave signal sources and displaying in timedomain ('constellation' diagram) and frequency domain (FFT)
 
- Multiplying quadrature (IQ) sinewaves and spectrogram
 
  
3.3 Filtering complex signals
+
== 3.2 Complex signals ==
- Filtering IQ signals using FIR filters with complex taps
+
Quadrature or complex (IQ) sinewave signal sources
- (very quick) calculating FIR filter coefficients using gr-filter of inverse FFT/inverse DFT and windowing functions, impulse response of filter
+
Displaying IQ signals in timedomain ('constellation' diagram)
 +
Displaying IQ signals in frequency domain (using FFT or frequency sinks)
 +
Multiplying quadrature (IQ) sinewaves and spectrogram
 +
Effect of quadrature multiplication (phases of are added)
 +
Usage of complex multiplication in signal processing
 +
 
 +
== 3.3 Filtering complex signals ==
 +
Filtering IQ signals using FIR filters with complex taps. FIR or Finite Impulse Response filters. IIR filters will be skipped.
 +
 
 +
== 3.4 Calculating FIR filter coefficients or parameters ==
 +
Filtering coefficients/taps, impulse response of filter
 +
(very quick) calculating FIR filter coefficients/taps using gr-filter  
 +
Performance limitations, tradeoffs between
 +
  computational complexity of filter (number of multiplies per processed sample)
 +
  steepness of cut-off frequency
 +
  flatness of passband of filter (integrity of signal that still should pass through the filter)
 +
  depth and ripple of stopband of filter (flatness of suppression of unwanted signal)
 +
Using inverse FFT/inverse DFT and windowing functions to determine filter coefficients/taps
  
 
== 4. Radio receivers and/or detectors ==
 
== 4. Radio receivers and/or detectors ==
Line 47: Line 68:
 
|-
 
|-
 
|cmpxchg
 
|cmpxchg
 +
|Yes
 +
|-
 +
|minicom
 
|Yes
 
|Yes
 
|}
 
|}

Revision as of 19:11, 17 April 2019

Event Foundations Friday: Software Defined Radio workshop
UpduinoV2.jpg
Name Foundations Friday: Software Defined Radio workshop


Duration 2019-06-28 20:00 - 2019-06-28 23:00
Information


* Location: Overgoo 1, Leidschendam
* Open from: 20:00

1 Prerequisites:

Please bring your own RTL-SDR hardware (very cheap, $20-$40 or less) or other SDR hardware (USRP or other GNURadio supported SDR). There might be a few available @ revspace coin-op machine by the time the workshop starts.

2. Quick introduction

Quick introduction into GNURadio companion 3.7.11.1 user interface and concepts and keyboard shortcuts (have it preinstalled and git client to download the samplecode)

3. Quick theory of signal processing

This could take about one to or 1.5 hours Interactive session

3.1 Real signals

Real sinewaves

 In the timedomain
 Displayed using time sink / oscillioscope
 Displayed uisng frequency sink / FFT / spectrogram

Multiplying real-sinewaves, in the time domain

Displayed using time sink / oscillioscope
Displayed uisng frequency sink / FFT / spectrogram
Usage of the word 'mixing' in radioterms (multiplication or usage of other non-linearities)


3.2 Complex signals

Quadrature or complex (IQ) sinewave signal sources

Displaying IQ signals in timedomain ('constellation' diagram)
Displaying IQ signals in frequency domain (using FFT or frequency sinks)

Multiplying quadrature (IQ) sinewaves and spectrogram

Effect of quadrature multiplication (phases of are added) 
Usage of complex multiplication in signal processing

3.3 Filtering complex signals

Filtering IQ signals using FIR filters with complex taps. FIR or Finite Impulse Response filters. IIR filters will be skipped.

3.4 Calculating FIR filter coefficients or parameters

Filtering coefficients/taps, impulse response of filter

(very quick) calculating FIR filter coefficients/taps using gr-filter 

Performance limitations, tradeoffs between

 computational complexity of filter (number of multiplies per processed sample)
 steepness of cut-off frequency
 flatness of passband of filter (integrity of signal that still should pass through the filter)
 depth and ripple of stopband of filter (flatness of suppression of unwanted signal)

Using inverse FFT/inverse DFT and windowing functions to determine filter coefficients/taps

4. Radio receivers and/or detectors

- Build a simple mono FM receiver using blocks with built-in feedback networks - Build a RDS FM receiver and connect it with your RTL-SDR or other gnuradio-support SDR/radiodata input device

5. Bonus

Build with welle.io a SDR-based DAB+ receiver from source. For this a QTQuick 5.x installation might be required.

Attendees

(Nick)Name Has (some) SDR Reciever
cmpxchg Yes
minicom Yes