This commit is contained in:
Silas Oettinghaus
2023-05-22 15:07:43 +02:00
parent f5747bb863
commit 86bb2c074c
3 changed files with 10 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ classdef AWG
% obj.fdac = 256e9;
obj.dac_max = 0.5;
obj.dac_min = -.5;
obj.f_cutoff = 800e9;
obj.f_cutoff = 80e9;
end

View File

@@ -211,7 +211,7 @@ classdef EQ
epsilon_ = diag([ones(1,obj.Ne(1))*obj.epsilon(1) ones(1,N2)*obj.epsilon(2) ones(1,N3)*obj.epsilon(3)]);
end
obj.k0 = obj.delay; % input delay compared to training sequence
obj.k0 = obj.delay; % input delay compared to training sequence<
if 1 % obj.active
%% Calculation of the filter coefficients in training based LMS mode