Difference between revisions of "Ghpsdr3 receiver"

From HPSDRwiki
Jump to: navigation, search
(New page: Screenshot of the ghpsdr3 GUI on 20 meters. (Click to enlarge) The receiver in the ghpsdr3 suite of programs can be found in the receiver subdirecto...)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Image:ghpsdr4.png|thumb|400px|right|Screenshot of the ghpsdr3 GUI on 20 meters. (Click to enlarge)]]
 
[[Image:ghpsdr4.png|thumb|400px|right|Screenshot of the ghpsdr3 GUI on 20 meters. (Click to enlarge)]]
The receiver in the ghpsdr3 suite of programs can be found in the receiver subdirectory and the compiled program is called ''ghpsdr''.  This program has both the DSP code and the GUI in a single program.  It talks to the server program directly as a consequence.  As this program has a high bandwidth load it works best on the same computer as the server program.  This program is written with the[http://www.gtk.org/ | GTK2 GUI Library].
+
The receiver in the ghpsdr3 suite of programs can be found in the receiver subdirectory and the compiled program is called ''ghpsdr''.  This program has both the DSP code and the GUI in a single program.  It talks to the server program directly as a consequence.  As this program has a high bandwidth load it works best on the same computer as the server program.  This program is written with the[http://www.gtk.org/ GTK2 GUI Library].
  
 
'''ghpsdr''' can accept command line setting in the following format.
 
'''ghpsdr''' can accept command line setting in the following format.
  
 
'''--sound-card (default)'''
 
'''--sound-card (default)'''
 +
<blockquote>
 +
      SANTA_CRUZ<br>
 +
      AUDIGY_2_ZS<br>
 +
      MP3_PLUS<br>
 +
      EXTIGY<br>
 +
      DELTA_44<br>
 +
      FIREBOX<br>
 +
      EDIROL_FA_66<br>
 +
      HPSDR<br>
 +
      UNDEFINED<br><br>
 +
      default HPSDR
 +
</blockquote>
  
 
'''--sample-rate (48000|96000|19200)'''
 
'''--sample-rate (48000|96000|19200)'''
Line 37: Line 49:
  
 
'''--offset'''
 
'''--offset'''
 +
 +
<blockquote>
 +
 +
      sets the I/Q offset. Needed for some cards such as some SoundBlaster
 +
      card where the samples are delayed by 1 sample between the 2 channels.
 +
      (i.e. --offset -1).  <br><br>
 +
      default (0).
 +
</blockquote>
  
 
[[Category:ghpsdr3 receiver| ]]
 
[[Category:ghpsdr3 receiver| ]]

Latest revision as of 07:12, 6 September 2010

Screenshot of the ghpsdr3 GUI on 20 meters. (Click to enlarge)

The receiver in the ghpsdr3 suite of programs can be found in the receiver subdirectory and the compiled program is called ghpsdr. This program has both the DSP code and the GUI in a single program. It talks to the server program directly as a consequence. As this program has a high bandwidth load it works best on the same computer as the server program. This program is written with theGTK2 GUI Library.

ghpsdr can accept command line setting in the following format.

--sound-card (default)

SANTA_CRUZ
AUDIGY_2_ZS
MP3_PLUS
EXTIGY
DELTA_44
FIREBOX
EDIROL_FA_66
HPSDR
UNDEFINED

default HPSDR

--sample-rate (48000|96000|19200)

sample rate the receiver will take data from the server.

--property-path (local directory)

--receiver (0|1|2|3)

receiver that this client is attached to (Please note singular). Also please not that receivers are 0 based.

--server (0.0.0.0)

ip address of the server machine. Default is the localhost (127.0.0.1).

--audio-device

--local-audio

--port-audio

--port-audio-device

--debug-udp (1)

--offset

sets the I/Q offset. Needed for some cards such as some SoundBlaster card where the samples are delayed by 1 sample between the 2 channels. (i.e. --offset -1).

default (0).