Revision f914499f gnuradio-core/src/lib/general/gri_agc2_ff.h

b/gnuradio-core/src/lib/general/gri_agc2_ff.h
23 23
#ifndef _GRI_AGC2_FF_H_
24 24
#define _GRI_AGC2_FF_H_
25 25

26
#include <gr_core_api.h>
26 27
#include <math.h>
27 28

28 29
/*!
......
31 32
 * Power is approximated by absolute value
32 33
 */
33 34

34
class gri_agc2_ff {
35
class GR_CORE_API gri_agc2_ff {
35 36

36 37
 public:
37 38
  gri_agc2_ff (float attack_rate = 1e-1, float decay_rate = 1e-2, float reference = 1.0, 

Also available in: Unified diff