Minor Changes here and there

This commit is contained in:
Silas Oettinghaus
2024-08-16 10:08:50 +02:00
parent 3f089dca9f
commit 793a5b7efd
7 changed files with 100 additions and 68 deletions

View File

@@ -101,7 +101,7 @@ classdef FFE_DCremoval < handle
err = 0;
% e_dc_buffer = NaN(100,1);
e_dc_buffer = NaN(10,1);
e_dc_buffer = NaN(1,1);
e_dc_est = 0;
for epoch = 1 : epochs