MPI Simulations and stuff
This commit is contained in:
@@ -3,7 +3,7 @@ classdef Electricalsignal < Signal
|
||||
% Detailed explanation goes here
|
||||
|
||||
properties
|
||||
fs
|
||||
|
||||
end
|
||||
|
||||
methods
|
||||
@@ -26,7 +26,7 @@ classdef Electricalsignal < Signal
|
||||
|
||||
end
|
||||
|
||||
function pow = power(obj)
|
||||
function pow = power50(obj)
|
||||
|
||||
% Power of an electrical signal
|
||||
R = 50;
|
||||
|
||||
Reference in New Issue
Block a user