Changeset 3623 in Sophya for trunk/AddOn/TAcq/tmtfft.cc


Ignore:
Timestamp:
May 22, 2009, 9:59:38 AM (16 years ago)
Author:
ansari
Message:

Modifications et ameliorations diverses pour programme acquisition/traitement multifibres

Reza 22/05/2009

1- Extension/amelioration classe BRPaquet et BRPaqChecker
2- Correction BUG dans RAcqMemZoneMgr bloquant l'utilisation a une seule zone memoire
3- Classe PCIEWrapper devenue virtuelle pure et introduction de la classe TestPCIWrapperNODMA
pour les smulations.

File:
1 edited

Legend:

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

    r3538 r3623  
    2727#include "tarrinit.h"
    2828
    29 #include "stsrand.h"
     29#include "randfmt.h"
    3030#include "fftpserver.h"
    3131#include "fftwserver.h"
     
    7979  cout << "MTDoFFT::run() - Nom= " << nom_ << " vv.Size()= " << vv_.Size()
    8080       << " PaqSz=" << paqsz_ << " NbFFT= " << nbfft_ << endl;
    81   RandomGenerator rgen;
     81  FMTRandGen rgen;
    8282  TVector<r_4> vx(paqsz_);
    8383  fftwf_plan plan = fftwf_plan_dft_r2c_1d(paqsz_, vx.Data(),
     
    111111  Timer tm("f3_tmtfft");
    112112  vector<MTDoFFT *> vth;
    113   RandomGenerator rg;
     113  FMTRandGen rg;
    114114  TVector<r_4> DATA(VSZ);
    115115  for(sa_size_t i=0; i<VSZ; i++)
Note: See TracChangeset for help on using the changeset viewer.