search for: rec_fil

Displaying 1 result from an estimated 1 matches for "rec_fil".

Did you mean: reg_fil
2013 Jan 07
0
Something wrong with echo_diagnostic.m
...ave/matlab. I also made some minor modifications to the file to correct those errors and publish it here. If it can helps the project to be more perfect, please consider accepting the changes. The modified code: % Attempts to diagnose AEC problems from recorded samples % % out = echo_diagnostic(rec_file, play_file, out_file, tail_length) % % Computes the full matrix inversion to cancel echo from the % recording 'rec_file' using the far end signal 'play_file' using % a filter length of 'tail_length'. The output is saved to 'out_file'. function out = echo_diagnostic(...