WIP
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user