search for: weighted_spectral_mul_conj

Displaying 2 results from an estimated 2 matches for "weighted_spectral_mul_conj".

2005 Nov 16
2
mdf no sound issue
...emely large values in st->Rf[j], st->Yf[j] and smaller values in st->Eh[j], st->Yh[j]- things were relatively quiet environmentally speaking. Anyhow, leak_estimate would then go to undefined, which would mess up r, which would mess up power_1[], which would then mess up some things in weighted_spectral_mul_conj, etc. There may be other issues but this is the one that makes the most sense as to causing the silence issue- for now, I just put a finite check on leak_estimate and that seems to prevent the symptom, but doesn't fix it. Maybe in this case Eh and Yh just need to be re-calculated/re-set? Tom...
2005 Nov 18
0
mdf no sound issue
...f[j], st->Yf[j] and smaller values in st->Eh[j], > st->Yh[j]- > things were relatively quiet environmentally speaking. > > Anyhow, leak_estimate would then go to undefined, which would mess up > r, which would mess up power_1[], which would then mess up some > things in weighted_spectral_mul_conj, etc. > > There may be other issues but this is the one that makes the > most sense as to causing the silence issue- for now, I just put a > finite check on leak_estimate and that seems to prevent the symptom, > but doesn't fix it. > > Maybe in this case Eh and Yh just n...