Mercurial > hg > aimc
view src/AGC.cpp @ 490:463240c9e104 carfac_cpp
comments
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Sat, 07 Apr 2012 09:59:35 +0000 |
parents | 715fc47a965e |
children | 3029dec89440 |
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 }