This commit is contained in:
Silas Oettinghaus
2023-05-15 10:32:24 +02:00
parent c2804fe2a0
commit 55db794162
4 changed files with 190 additions and 16 deletions

View File

@@ -97,7 +97,7 @@ classdef Amplifier
if obj.amp_mode == "output_power"
seemsright = pow_out_dbm == obj.amplification_db;
else obj.amp_mode == "gain"
elseif obj.amp_mode == "gain"
seemsright = pow_out_dbm == pow_in_dbm+ obj.amplification_db;
end