Project

General

Profile

Bug #5460 » gr-osmosdr-0.2.3-fcd-ppm-double.patch

yarda, 02/17/2022 10:42 PM

View differences:

lib/fcd/fcd_source_c.cc
237 237
double fcd_source_c::set_center_freq( double freq, size_t chan )
238 238
{
239 239
  if ( FUNCUBE_V1 == _type )
240
    _src_v1->set_freq( float(freq) );
240
    _src_v1->set_freq( freq );
241 241

  
242 242
  if ( FUNCUBE_V2 == _type )
243
    _src_v2->set_freq( float(freq) );
243
    _src_v2->set_freq( freq );
244 244

  
245 245
  _freq = freq;
246 246

  
lib/fcd/fcd_source_c.h
84 84
  gr::funcube::fcd::sptr _src_v1;
85 85
  gr::funcube::fcdpp::sptr _src_v2;
86 86
  double _lna_gain, _mix_gain, _bb_gain, _freq;
87
  int _correct;
87
  double _correct;
88 88
};
89 89

  
90 90
#endif // FCD_SOURCE_C_H
(2-2/2)
Add picture from clipboard (Maximum size: 48.8 MB)