view C++/api/html/classAGCParam.js @ 623:b3118c9ed67f

Turn the AGC coeffs inside out: array of structs instead of a struct of little arrays. In C++ use a vector<AGC_coeffs> for this; each of 4 stages has an entry; many fewer places need to do indexing by stage, and this removes the temptation to use little eigen arrays for the 4 stages. Also latest version of experimental log-lag SAI hacks.
author dicklyon@google.com
date Tue, 21 May 2013 04:24:05 +0000
parents 76c6b3fd0a05
children
line wrap: on
line source
var classAGCParam =
[
    [ "AGCParam", "classAGCParam.html#aa822c90ba8da467c7bf31d85bf9b6f97", null ],
    [ "~AGCParam", "classAGCParam.html#a40249c83afc2cffec3c0fe8bb9cb9997", null ],
    [ "AGC1_scales", "classAGCParam.html#adf027a80d6669e72d735fff7d41801d7", null ],
    [ "AGC2_scales", "classAGCParam.html#aca67e2871ee79cc96807d347acd55fe4", null ],
    [ "AGC_mix_coeff", "classAGCParam.html#a968c25ad0327d2db3ebd287d661001b4", null ],
    [ "AGC_stage_gain", "classAGCParam.html#a6a436005102557783fe4a0d30d3dcc51", null ],
    [ "decimation", "classAGCParam.html#ac7fc293748c6e7d59b91998253a68657", null ],
    [ "n_stages", "classAGCParam.html#a6cb476c916e99e227ddcfec68be66b3a", null ],
    [ "time_constants", "classAGCParam.html#ae8073d3c194a9134cf736a564d4774fa", null ]
];