updates of framework
- focus on AWG output power and lowpass characteristics
This commit is contained in:
@@ -28,7 +28,7 @@ classdef Informationsignal < Signal
|
||||
|
||||
function pow = power(obj)
|
||||
|
||||
pow = mean(abs(obj.signal),"all") ;
|
||||
pow = mean(abs(obj.signal.^2),"all") ;
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user