new minimal example

new project: FSO stuff
This commit is contained in:
silas (home)
2026-01-07 15:07:38 +01:00
parent cfc142b676
commit 5c39a7f98a
8 changed files with 185 additions and 25 deletions

View File

@@ -11,7 +11,6 @@ if nargin == 4
M_training = [];
end
% if input is complex, separate into real and imaginary parts
if any(imag(x(:))~=0) || any(imag(r(:))~=0)
x = [real(x); imag(x)];