view src/CAR.cpp @ 483:3673e3e67bab carfac_cpp

style
author Ulf.Hammarqvist@gmail.com
date Thu, 29 Mar 2012 19:43:36 +0000
parents 5def66bf228f
children 715fc47a965e
line wrap: on
line source
#include "CAR.h"
#include "CARFAC_common_typedefs.h"

CAR_coefficients::CAR_coefficients(CAR_parameters* CAR_params, float fs, FloatArray pole_freqs)
{
  // TODO stuff goes here
}

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