Code for Deliverable 05

This commit is contained in:
Silas Oettinghaus
2024-09-02 09:00:41 +02:00
parent 17a1dfbbd5
commit bb228ae2bd
20 changed files with 1094 additions and 73 deletions

View File

@@ -129,7 +129,7 @@ classdef FFE_FFDCAVG < handle
for epoch = 1 : epochs
symbol = 0;
err_buffer = zeros(numel(obj.constellation),90);
err_buffer = zeros(numel(obj.constellation),112);
dc_err = zeros(numel(obj.constellation),1);
dc_sto = NaN(numel(obj.constellation),N);