1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-04 12:56:59 +00:00

Bug fix from merge

This commit is contained in:
Javier Arribas 2015-03-01 22:02:38 +01:00
parent 46752fcc7c
commit 1ce175fc04

View File

@ -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