stuff from PC

This commit is contained in:
Silas Oettinghaus
2023-06-11 13:39:16 +02:00
parent 2aeacafe78
commit 93dd63bb18
7 changed files with 350 additions and 113 deletions

View File

@@ -132,7 +132,7 @@ classdef Pulseformer
%Check output integrity
if round(up/dn * length(data_in)) ~= length(data_out)
%warning('Check signal length after pulse shaping');
disp('Check signal length after pulse shaping');
%disp('Check signal length after pulse shaping');
end