aspcore.adaptivefilter.FastBlockWeightedLMS
- class aspcore.adaptivefilter.FastBlockWeightedLMS(blockSize, num_in, num_out, step_size, weight_matrix, regularization=0.001, freq_indep_norm=False)
Bases:
FastBlockLMS- __init__(blockSize, num_in, num_out, step_size, weight_matrix, regularization=0.001, freq_indep_norm=False)
Methods
__init__(blockSize, num_in, num_out, ...[, ...])channel_independent_normalization(ref, freqRef)freq_independent_normalization(ref, freqRef)process(sig_to_process)process_nosum(sig_to_process)scalar_normalization(ref, freqRef)update(ref, error)ref is two blocks, the latter of which corresponds to the single error block
- update(ref, error)
ref is two blocks, the latter of which corresponds to the single error block