view branches/carfac_cpp/src/AGC.cpp @ 547:cffa9e98eb45

stubbed CAR_coefficients constructor
author Ulf.Hammarqvist@gmail.com
date Sat, 31 Mar 2012 18:15:17 +0000
parents e63fbe19b255
children d18ff10b5559
line wrap: on
line source
#include "AGC.h"

AGC_coefficients::AGC_coefficients(AGC_parameters* AGC_params,
                                   float fs, int n_ch){
  // TODO stuff goes here
}

AGC_coefficients::~AGC_coefficients(){
  // TODO Auto-generated destructor stub
}