Mercurial > hg > aimc
comparison src/CAR.h @ 479:7eba2f13aa13 carfac_cpp
stubilub lolipop
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Wed, 28 Mar 2012 16:44:46 +0000 |
parents | 83e813152671 |
children | 5def66bf228f |
comparison
equal
deleted
inserted
replaced
478:83e813152671 | 479:7eba2f13aa13 |
---|---|
12 | 12 |
13 class CAR_parameters { | 13 class CAR_parameters { |
14 public: | 14 public: |
15 CAR_parameters(); | 15 CAR_parameters(); |
16 virtual ~CAR_parameters(); | 16 virtual ~CAR_parameters(); |
17 | |
18 float velocity_scale; | |
19 float v_offset; | |
20 float v2_corner; | |
21 float v_damp_max; | |
22 float min_zeta; | |
23 float first_pole_theta; | |
24 float zero_ratio; | |
25 float high_f_damping_compression; | |
26 float ERB_per_step; | |
27 float min_pole_Hz; | |
28 | |
17 }; | 29 }; |
18 | 30 |
19 class CAR_coefficients{ | 31 class CAR_coefficients{ |
20 public: | 32 public: |
21 CAR_coefficients(CAR_parameters*, float, FloatArray); | 33 CAR_coefficients(CAR_parameters*, float, FloatArray); |