35 #define TF_PADSERIES_CC_VERSION \ 36 "TF_PADSERIES_CC V1.0" 46 cout <<
" frequency domain processing; " 47 "padding factor: " << opt.
npad << endl;
50 TFXX_assert(opt.
npad>0,
51 "padding factor must be 1 or larger");
52 int newnsamples=series.size()*opt.
npad;
54 if (static_cast<int>(
workseries.size())<newnsamples)
56 cout <<
" allocate new memory for " 57 << newnsamples <<
" samples" 63 newseries.setlastindex(newnsamples-1);
65 newseries.copyin(series);
Ttimeseries::Tseries Tseries
prototypes and structs for lisousi (prototypes)
lisousi functions (prototypes)
TFourier::Tseries padseries(const TFourier::Tseries &series, const Options &opt)