Changeset 3992 in Sophya for trunk/AddOn/TAcq/specmfib.cc


Ignore:
Timestamp:
May 11, 2011, 4:13:03 PM (14 years ago)
Author:
campagne
Message:

halfmedwith poru le filtrage des freq. TIMWIN pour tagger les fenetres des paquets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/specmfib.cc

    r3980 r3992  
    9393        new BRGainCalculator(mmgr, par.outpath_, par.nmean_, par.fgdatafft_, par.fgsinglechannel_);
    9494      procgain_p->SetPrintLevel(par.prtlevel_,par.prtmodulo_);
    95       if(par.fgfreqfilter_) procgain_p->SetOnMedianFreqFilt();
     95      if(par.fgfreqfilter_){
     96        procgain_p->SetOnMedianFreqFilt();
     97        //add possibility to set the half width of the Freq. Median Filter
     98        //default is 50 if par.fgfreqfilter_=true
     99        if (par.medhalfwidth_>0) procgain_p->SetMedianFilterHalfWidth(par.medhalfwidth_);
     100      }
    96101      if(par.fgtimeselect_) procgain_p->SetProcTimeWindow(par.proctimestart_,par.proctimeend_);
    97102    }
Note: See TracChangeset for help on using the changeset viewer.