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