SmoothSinc.h
1 //-*-C++-*-
2 /***************************************************************************
3  *
4  * Copyright (C) 2007 by Willem van Straten
5  * Licensed under the Academic Free License version 2.1
6  *
7  ***************************************************************************/
8 
9 // psrchive/More/General/Pulsar/SmoothSinc.h
10 
11 #ifndef __Pulsar_SmoothSinc_h
12 #define __Pulsar_SmoothSinc_h
13 
14 #include "Pulsar/Smooth.h"
15 
16 namespace Pulsar {
17 
19 
23  class SmoothSinc : public Smooth {
24 
25  public:
26 
28  SmoothSinc* clone () const;
29 
32 
34  class Interface;
35 
36  void transform (Profile*);
37 
38  };
39 
40 }
41 
42 #endif
const float * get_amps() const
Return a pointer to the amplitudes array.
Definition: ProfileAmps.C:141
Any quantity recorded as a function of pulse phase.
Definition: Profile.h:45
unsigned get_nbin() const
Return the number of bins.
Definition: ProfileAmps.h:50
SmoothSinc * clone() const
Return a copy constructed instance of self.
Definition: SmoothSinc.C:54
Smooths a Profile by convolution with a sinc function.
Definition: SmoothSinc.h:28
TextInterface::Parser * get_interface()
Return a text-based interface to class properties.
Definition: SmoothSinc.C:70
void transform(Profile *)
Defined by derived classes.
Definition: SmoothSinc.C:17
Profile smoothing algorithms.
Definition: Smooth.h:28
void bcc1d(size_t nfft, float *into, const float *from)
Defines the PSRCHIVE library.
Definition: CalSource.h:17
void fcc1d(size_t nfft, float *into, const float *from)

Generated using doxygen 1.8.17