MPI Simulations and stuff

This commit is contained in:
Silas Oettinghaus
2024-08-14 09:36:51 +02:00
parent 1eeb970d8f
commit 34f9149346
61 changed files with 4295 additions and 429 deletions

View File

@@ -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;