JuliaDSP / DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality
https://docs.juliadsp.org/dev/
Other
374 stars 108 forks source link

use `std` to test lpc error #542

Closed wheeheee closed 4 months ago

wheeheee commented 5 months ago

The lpc error was previously compared to 1, but the std of the randn generated signal is a better choice.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4213e9a) 97.56% compared to head (dad73ce) 97.56%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #542 +/- ## ======================================= Coverage 97.56% 97.56% ======================================= Files 18 18 Lines 3125 3125 ======================================= Hits 3049 3049 Misses 76 76 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.