mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-26 07:02:59 +00:00
fixing conf files
This commit is contained in:
parent
7c7f0ecbd2
commit
4ab6f67733
@ -29,12 +29,10 @@ GNSS-SDR.SUPL_CI=0x31b0
|
|||||||
SignalSource.implementation=File_Signal_Source
|
SignalSource.implementation=File_Signal_Source
|
||||||
|
|
||||||
;#filename: path to file with the captured GNSS signal samples to be processed
|
;#filename: path to file with the captured GNSS signal samples to be processed
|
||||||
;SignalSource.filename=../data/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN.dat
|
SignalSource.filename=../data/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN.dat
|
||||||
SignalSource.filename=../../../Documents/workspace/code2/trunk/data/2013_04_04_GNSS_SIGNAL_at_CTTC_SPAIN.dat
|
|
||||||
|
|
||||||
;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
||||||
;SignalSource.item_type=short
|
SignalSource.item_type=short
|
||||||
SignalSource.item_type=byte
|
|
||||||
|
|
||||||
;#sampling_frequency: Original Signal sampling frequency in [Hz]
|
;#sampling_frequency: Original Signal sampling frequency in [Hz]
|
||||||
SignalSource.sampling_frequency=4000000
|
SignalSource.sampling_frequency=4000000
|
||||||
@ -77,10 +75,7 @@ SignalConditioner.implementation=Signal_Conditioner
|
|||||||
;######### DATA_TYPE_ADAPTER CONFIG ############
|
;######### DATA_TYPE_ADAPTER CONFIG ############
|
||||||
;## Changes the type of input data. Please disable it in this version.
|
;## Changes the type of input data. Please disable it in this version.
|
||||||
;#implementation: [Pass_Through] disables this block
|
;#implementation: [Pass_Through] disables this block
|
||||||
;DataTypeAdapter.implementation=Ishort_To_Complex
|
DataTypeAdapter.implementation=Ishort_To_Complex
|
||||||
;DataTypeAdapter.implementation=Ibyte_To_Cbyte
|
|
||||||
DataTypeAdapter.implementation=Pass_Through
|
|
||||||
DataTypeAdapter.item_type=byte
|
|
||||||
|
|
||||||
;######### INPUT_FILTER CONFIG ############
|
;######### INPUT_FILTER CONFIG ############
|
||||||
;## Filter the input data. Can be combined with frequency translation for IF signals
|
;## Filter the input data. Can be combined with frequency translation for IF signals
|
||||||
@ -91,8 +86,8 @@ DataTypeAdapter.item_type=byte
|
|||||||
;#[Freq_Xlating_Fir_Filter] enables FIR filter and a composite frequency translation that shifts IF down to zero Hz.
|
;#[Freq_Xlating_Fir_Filter] enables FIR filter and a composite frequency translation that shifts IF down to zero Hz.
|
||||||
|
|
||||||
;InputFilter.implementation=Fir_Filter
|
;InputFilter.implementation=Fir_Filter
|
||||||
InputFilter.implementation=Freq_Xlating_Fir_Filter
|
;InputFilter.implementation=Freq_Xlating_Fir_Filter
|
||||||
;InputFilter.implementation=Pass_Through
|
InputFilter.implementation=Pass_Through
|
||||||
|
|
||||||
;#dump: Dump the filtered data to a file.
|
;#dump: Dump the filtered data to a file.
|
||||||
InputFilter.dump=false
|
InputFilter.dump=false
|
||||||
@ -105,7 +100,7 @@ InputFilter.dump_filename=../data/input_filter.dat
|
|||||||
;#These function calculates the optimal (in the Chebyshev/minimax sense) FIR filter inpulse reponse given a set of band edges, the desired reponse on those bands, and the weight given to the error in those bands.
|
;#These function calculates the optimal (in the Chebyshev/minimax sense) FIR filter inpulse reponse given a set of band edges, the desired reponse on those bands, and the weight given to the error in those bands.
|
||||||
|
|
||||||
;#input_item_type: Type and resolution for input signal samples. Use only gr_complex in this version.
|
;#input_item_type: Type and resolution for input signal samples. Use only gr_complex in this version.
|
||||||
InputFilter.input_item_type=byte
|
InputFilter.input_item_type=gr_complex
|
||||||
|
|
||||||
;#outut_item_type: Type and resolution for output filtered signal samples. Use only gr_complex in this version.
|
;#outut_item_type: Type and resolution for output filtered signal samples. Use only gr_complex in this version.
|
||||||
InputFilter.output_item_type=gr_complex
|
InputFilter.output_item_type=gr_complex
|
||||||
@ -172,7 +167,6 @@ Resampler.dump_filename=../data/resampler.dat
|
|||||||
|
|
||||||
;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
;#item_type: Type and resolution for each of the signal samples. Use only gr_complex in this version.
|
||||||
Resampler.item_type=gr_complex
|
Resampler.item_type=gr_complex
|
||||||
;Resampler.item_type=cbyte
|
|
||||||
|
|
||||||
;#sample_freq_in: the sample frequency of the input signal
|
;#sample_freq_in: the sample frequency of the input signal
|
||||||
Resampler.sample_freq_in=8000000
|
Resampler.sample_freq_in=8000000
|
||||||
|
@ -112,7 +112,7 @@ InputFilter0.dump_filename=../data/input_filter.dat
|
|||||||
;#and the weight given to the error in those bands.
|
;#and the weight given to the error in those bands.
|
||||||
|
|
||||||
;#input_item_type: Type and resolution for input signal samples. Use only gr_complex in this version.
|
;#input_item_type: Type and resolution for input signal samples. Use only gr_complex in this version.
|
||||||
InputFilter0.input_item_type=float
|
InputFilter0.input_item_type=gr_complex
|
||||||
|
|
||||||
;#outut_item_type: Type and resolution for output filtered signal samples. Use only gr_complex in this version.
|
;#outut_item_type: Type and resolution for output filtered signal samples. Use only gr_complex in this version.
|
||||||
InputFilter0.output_item_type=gr_complex
|
InputFilter0.output_item_type=gr_complex
|
||||||
@ -204,7 +204,7 @@ InputFilter1.dump_filename=../data/input_filter.dat
|
|||||||
;#and the weight given to the error in those bands.
|
;#and the weight given to the error in those bands.
|
||||||
|
|
||||||
;#input_item_type: Type and resolution for input signal samples. Use only gr_complex in this version.
|
;#input_item_type: Type and resolution for input signal samples. Use only gr_complex in this version.
|
||||||
InputFilter1.input_item_type=float
|
InputFilter1.input_item_type=gr_complex
|
||||||
|
|
||||||
;#outut_item_type: Type and resolution for output filtered signal samples. Use only gr_complex in this version.
|
;#outut_item_type: Type and resolution for output filtered signal samples. Use only gr_complex in this version.
|
||||||
InputFilter1.output_item_type=gr_complex
|
InputFilter1.output_item_type=gr_complex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user