Browse Source

fixed markdown

dev
Clemens Richter 8 years ago
parent
commit
0fc559ca6b
  1. 32
      MANUAL.md
  2. 2
      README.md

32
MANUAL.md

@ -1,30 +1,30 @@
#Manual # Manual
##graphs ## graphs
###freq and volume sliders ### freq and volume sliders
freq_tune = frequency of SDR hardware freq_tune = frequency of SDR hardware
volumeLR = volume for left and right channel volumeLR = volume for left and right channel
volumeC = volume for center channel volumeC = volume for center channel
freq1..9 = frequency of all channels freq1..9 = frequency of all channels
###scopes ### scopes
spectrum of input signal spectrum of input signal
spectrum of filtered input signal for single channel (first 6 channels) spectrum of filtered input signal for single channel (first 6 channels)
spectrum of signal after FM demodulation (first 6 channels) spectrum of signal after FM demodulation (first 6 channels)
constellation after PSK decoder (first 6 channels) constellation after PSK decoder (first 6 channels)
###gain and loop_bw sliders ### gain and loop_bw sliders
intermediate frequency-, baseband- and radio frequency gain of SDR hardware intermediate frequency-, baseband- and radio frequency gain of SDR hardware
loop_bw = loop bandwidth of all PSK decoders loop_bw = loop bandwidth of all PSK decoders
##RDS Table ## RDS Table
###table ### table
hit: hover over text to get more details e.g. time -> date, RT -> RT+ hit: hover over text to get more details e.g. time -> date, RT -> RT+
click LCR buttons to hear this channel on left/right/center audio click LCR buttons to hear this channel on left/right/center audio
###buttons ### buttons
code.interact code.interact
launches interactive python console (inside "rds_parser_table_qt_Widget" instance) in the terminal window GRC was launched from launches interactive python console (inside "rds_parser_table_qt_Widget" instance) in the terminal window GRC was launched from
parser object accessible via "self.tableobj" variable parser object accessible via "self.tableobj" variable
@ -39,27 +39,27 @@ print profile
print profiler info (currently disabled) print profiler info (currently disabled)
searchMode searchMode
switch station_search block on/off switch station_search block on/off
###decoder info ### decoder info
red/green : RDS decoder sync status red/green : RDS decoder sync status
overline/underline: symbol combiner status overline/underline: symbol combiner status
##TMC list ## TMC list
###event/location filters ### event/location filters
hit enter to apply filter hit enter to apply filter
###event list ### event list
scroll to bottom to follow new events scroll to bottom to follow new events
##TMC map ## TMC map
open google_maps.html from /data in webbrowser open google_maps.html from /data in webbrowser
click on background = reload/update markers (closes all info windows) click on background = reload/update markers (closes all info windows)
click on marker = open info window click on marker = open info window
hit: hover over text in info window to get more details hit: hover over text in info window to get more details (time-> date, event string -> raw MGM data)
t-key = toggle (google) traffic layer on/off t-key = toggle (google) traffic layer on/off
red lines from tmc event markers show extent of event red lines from tmc event markers show extent of event
##RDS database ## RDS database
##TMC database ## TMC database

2
README.md

@ -87,6 +87,8 @@ open the apps/fft-multi-decoder.grc flow graph.
set the work directory of the "RDS parser Table" block as the full path (~ shortcut doesnt work) of the data directory (with trailing slash) set the work directory of the "RDS parser Table" block as the full path (~ shortcut doesnt work) of the data directory (with trailing slash)
run the flowgraph run the flowgraph
for more infos look in MANUAL.md
### History ### History
forked from https://github.com/bastibl/gr-rds forked from https://github.com/bastibl/gr-rds

Loading…
Cancel
Save