Merge remote-tracking branch 'origin/main'

This commit is contained in:
Silas Oettinghaus
2024-10-07 08:24:08 +02:00
23 changed files with 1550 additions and 97 deletions

View File

@@ -59,7 +59,7 @@ classdef PAMsource
end
end
if boolean(obj.applypulseform) && isempty(obj.pulseformer)
if obj.applypulseform && isempty(obj.pulseformer)
warning('No Pulseformer given. Proceeding with RRC and alpha 0.05');
options.pulseformer = Pulseformer("fsym",obj.fsym,"fdac",obj.fs_out,"pulse","rrc","pulselength",16,"rrcalpha",0.05);
end