Lab changes

This commit is contained in:
Silas Labor Zizou
2024-10-10 11:07:59 +02:00
parent 285fca45eb
commit 6b0f9de118
21 changed files with 901 additions and 100 deletions

View File

@@ -15,7 +15,7 @@ classdef scope_fadc < int32
methods
function val = getValue(obj)
val = double(obj); % Convert int32 to double to get the numeric value
val = double(obj).*1e9; % Convert int32 to double and from GHz to Hz to get the numeric value
end
end