new minimal example
new project: FSO stuff
This commit is contained in:
@@ -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)];
|
||||
|
||||
Reference in New Issue
Block a user