You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,excuse me.
I'm a graduate school student in Japan and challenging to get CNR(C/N0) of GPS signal by using GNSS-SDR Monitor.
But,I have been having hard time because I don't know why the error like attached screenshot in terminal display causes now.
In detail,when I put the button of "connect" on GNSS-SDR Monitor display,the error "QAbstractSocket::UnconnectedState" causes.
If its cause is mismatching of port number(GNSS_Synchro port or Monitor_PVT port),I would like to know how to fix the problem.
I'll share screenshot of my preference on GNSS-SDR Monitor and my using file content※.
It has already been three months since I faced this problem.
I would appreciate if someone could give me some feedback.
Regards,
tetsutetsu233
※my using file content
[GNSS-SDR]
;######### GLOBAL OPTIONS ##################
GNSS-SDR.internal_fs_sps=5000000
;######### SIGNAL_SOURCE CONFIG ############
SignalSource.implementation=UHD_Signal_Source
SignalSource.device_address=192.168.10.2 ; <- PUT THE IP ADDRESS OF YOUR USRP HERE
SignalSource.item_type=cshort
SignalSource.sampling_frequency=5000000
SignalSource.freq=1575420000
SignalSource.gain=100
SignalSource.rf_gain=100
SignalSource.subdevice=A:0 ; <- Can be A:0 or B:0
SignalSource.samples=0
SignalSource.clock_source=gpsdo
Hello,excuse me.
I'm a graduate school student in Japan and challenging to get CNR(C/N0) of GPS signal by using GNSS-SDR Monitor.
But,I have been having hard time because I don't know why the error like attached screenshot in terminal display causes now.
In detail,when I put the button of "connect" on GNSS-SDR Monitor display,the error "QAbstractSocket::UnconnectedState" causes.
If its cause is mismatching of port number(GNSS_Synchro port or Monitor_PVT port),I would like to know how to fix the problem.
I'll share screenshot of my preference on GNSS-SDR Monitor and my using file content※.
It has already been three months since I faced this problem.
I would appreciate if someone could give me some feedback.
Regards,
tetsutetsu233
※my using file content
[GNSS-SDR]
;######### GLOBAL OPTIONS ##################
GNSS-SDR.internal_fs_sps=5000000
;######### SIGNAL_SOURCE CONFIG ############
SignalSource.implementation=UHD_Signal_Source
SignalSource.device_address=192.168.10.2 ; <- PUT THE IP ADDRESS OF YOUR USRP HERE
SignalSource.item_type=cshort
SignalSource.sampling_frequency=5000000
SignalSource.freq=1575420000
SignalSource.gain=100
SignalSource.rf_gain=100
SignalSource.subdevice=A:0 ; <- Can be A:0 or B:0
SignalSource.samples=0
SignalSource.clock_source=gpsdo
;######### SIGNAL_CONDITIONER CONFIG ############
SignalConditioner.implementation=Signal_Conditioner
;######### DATA_TYPE_ADAPTER CONFIG ############
DataTypeAdapter.implementation=Pass_Through
DataTypeAdapter.item_type=cshort
;######### INPUT_FILTER CONFIG ############
InputFilter.implementation=Fir_Filter
InputFilter.input_item_type=cshort
InputFilter.output_item_type=gr_complex
InputFilter.taps_item_type=float
InputFilter.number_of_taps=11
InputFilter.number_of_bands=2
InputFilter.band1_begin=0.0
InputFilter.band1_end=0.48
InputFilter.band2_begin=0.52
InputFilter.band2_end=1.0
InputFilter.ampl1_begin=1.0
InputFilter.ampl1_end=1.0
InputFilter.ampl2_begin=0.0
InputFilter.ampl2_end=0.0
InputFilter.band1_error=1.0
InputFilter.band2_error=1.0
InputFilter.filter_type=bandpass
InputFilter.grid_density=16
InputFilter.sampling_frequency=5000000
InputFilter.IF=0
;######### RESAMPLER CONFIG ############
Resampler.implementation=Pass_Through
Resampler.sample_freq_in=8000000
Resampler.sample_freq_out=5000000
Resampler.item_type=gr_complex
;######### CHANNELS GLOBAL CONFIG ############
Channels_1C.count=8
Channels.in_acquisition=1
;######### ACQUISITION GLOBAL CONFIG ############
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition
Acquisition_1C.item_type=gr_complex
Acquisition_1C.coherent_integration_time_ms=1
Acquisition_1C.pfa=0.01
Acquisition_1C.doppler_max=6500
Acquisition_1C.doppler_step=250
Acquisition_1C.max_dwells=1
Acquisition_1C.dump=false
Acquisition_1C.dump_filename=./acq_dump.dat
;######### GPS ACQUISITION CONFIG ############
Acquisition_1C.implementation=GPS_L1_CA_PCPS_Acquisition
Acquisition_1C.item_type=gr_complex
Acquisition_1C.coherent_integration_time_ms=1
Acquisition_1C.max_dwells=1
Acquisition_1C.threshold=2.5
Acquisition_1C.doppler_max=6500
Acquisition_1C.doppler_step=250
;######### TRACKING GLOBAL CONFIG ############
Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_Tracking
Tracking_1C.item_type=gr_complex
Tracking_1C.extend_correlation_symbols=10
Tracking_1C.early_late_space_chips=0.5
Tracking_1C.early_late_space_narrow_chips=0.15
Tracking_1C.pll_bw_hz=40
Tracking_1C.dll_bw_hz=2.0
Tracking_1C.pll_bw_narrow_hz=5.0
Tracking_1C.dll_bw_narrow_hz=1.50
Tracking_1C.fll_bw_hz=10
Tracking_1C.enable_fll_pull_in=true
Tracking_1C.enable_fll_steady_state=false
Tracking_1C.dump=false
Tracking_1C.dump_filename=tracking_ch_
;######### TELEMETRY DECODER GPS CONFIG ############
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
;######### OBSERVABLES CONFIG ############
Observables.implementation=Hybrid_Observables
;######### PVT CONFIG ############
PVT.implementation=RTKLIB_PVT
PVT.positioning_mode=Single
PVT.output_rate_ms=500
PVT.display_rate_ms=500
PVT.iono_model=Broadcast
PVT.trop_model=Saastamoinen
PVT.flag_rtcm_server=false
PVT.flag_rtcm_tty_port=false
PVT.rtcm_dump_devname=/dev/pts/1
PVT.rtcm_tcp_port=2101
PVT.rtcm_MT1019_rate_ms=5000
PVT.rtcm_MT1077_rate_ms=1000
PVT.rinex_version=2
PVT.dynamics_model=1
PVT.positioning_mode=PPP_Kinematic
PVT.enable_rx_clock_correction=true
PVT.rinex_output_path=/home/flab/sdr/gnss-sdr/build/work
PVT.output_enabled=true
PVT.
PVT.enable_monitor=true
PVT.monitor_client_addresses=127.0.0.1
PVT.monitor_udp_port=1111
;######### MONITOR CONFIG ############
Monitor.enable_monitor=true
Monitor.decimation_factor=50
Monitor.client_addresses=127.0.0.1
Monitor.udp_port=1234
GNSS-SDR.telecommand_enabled=true
GNSS-SDR.telecommand_tcp_port=3333
;######### TRACKING GPS CONFIG ############
Tracking_1C.implementation=GPS_L1_CA_DLL_PLL_Tracking
Tracking_1C.item_type=gr_complex
Tracking_1C.order=2;
Tracking_1C.carrier_aiding=true
Tracking_1C.enable_fll_pull_in=true
Tracking_1C.pull_in_time_s=3;
Tracking_1C.fll_bw_hz=100
Tracking_1C.pll_filter_order=2
Tracking_1C.pll_bw_hz=100.0;
Tracking_1C.dll_filter_order=1
Tracking_1C.dll_bw_hz=8.0;
Tracking_1C.early_late_space_chips=0.5;
Tracking_1C.extend_correlation_symbols=5;
Tracking_1C.cn0_min=15
Tracking_1C.max_lock_fail=200
TelemetryDecoder_1C.implementation=GPS_L1_CA_Telemetry_Decoder
TelemetryDecoder_1C.dump=false
Observables.implementation=Hybrid_Observables
PVT.implementation=RTKLIB_PVT
The text was updated successfully, but these errors were encountered: