annotate src/AGC.cpp @ 477:c03e8ead1862 carfac_cpp

Skeleton draft of CARFAC classes.
author Ulf.Hammarqvist@gmail.com
date Wed, 28 Mar 2012 07:12:22 +0000
parents
children 83e813152671
rev   line source
Ulf@477 1 /*
Ulf@477 2 * AGCparameters.cpp
Ulf@477 3 *
Ulf@477 4 * Created on: 25 mar 2012
Ulf@477 5 * Author: ulha
Ulf@477 6 */
Ulf@477 7
Ulf@477 8 #include "AGC.h"
Ulf@477 9
Ulf@477 10 AGC_parameters::AGC_parameters() {
Ulf@477 11 // TODO Auto-generated constructor stub
Ulf@477 12
Ulf@477 13 }
Ulf@477 14
Ulf@477 15 AGC_parameters::~AGC_parameters() {
Ulf@477 16 // TODO Auto-generated destructor stub
Ulf@477 17 }
Ulf@477 18
Ulf@477 19 //
Ulf@477 20
Ulf@477 21 AGC_coefficients::AGC_coefficients() {
Ulf@477 22 // TODO Auto-generated constructor stub
Ulf@477 23
Ulf@477 24 }
Ulf@477 25
Ulf@477 26 AGC_coefficients::~AGC_coefficients() {
Ulf@477 27 // TODO Auto-generated destructor stub
Ulf@477 28 }
Ulf@477 29