source: Sophya/trunk/ArchTOIPipe/TestPipes/tstnoisecancel.h@ 2282

Last change on this file since 2282 was 1944, checked in by aubourg, 24 years ago

decorrelateur wiener

File size: 539 bytes
Line 
1// This may look like C code, but it is really -*- C++ -*-
2
3// ArchTOIPipe (C) CEA/DAPNIA/SPP IN2P3/LAL
4// Eric Aubourg
5// Christophe Magneville
6// Reza Ansari
7// $Id: tstnoisecancel.h,v 1.1 2002-03-23 23:05:22 aubourg Exp $
8
9#ifndef TSTNOISECANCEL_H
10#define TSTNOISECANCEL_H
11
12#include "toiprocessor.h"
13
14class TstNoiseCancel : public TOIProcessor {
15public:
16 TstNoiseCancel();
17
18 virtual void init();
19 virtual void run();
20};
21
22#endif
23
Note: See TracBrowser for help on using the repository browser.