Equalizer with different DC removal positions

This commit is contained in:
Silas Oettinghaus
2023-09-29 08:18:22 +02:00
parent 8b3bc688dd
commit fce274c4cf
6 changed files with 443 additions and 326 deletions

View File

@@ -111,7 +111,6 @@ classdef EML
%scale with noisefactor
noi = noi * obj.noisefactor;
%cumsum to accumulate noise over time vector
noi = cumsum(noi);