FSO data:
- demystifyied dataset - matched filter - timing sync (whole sig, not symbol based) - EQ is worse, I guess due to symbol timing recovery Pulsef: - can be used as matched filter now, the only thing I really changed was the sampling behavior - before it assumed that the input is always fsym, now it can be anything... fdac is output frequency for both methods
This commit is contained in:
@@ -27,7 +27,7 @@ classdef Moveit_wrapper < handle
|
||||
|
||||
% Ensure the function exists
|
||||
if ~exist(obj.moveit_function_name, 'file')
|
||||
error('Function "%s" does not exist.', obj.moveit_function_name);
|
||||
error('Function "%s" does not exist. The move-it module must be on path for Matlab, otherwise the wrapper can not call it...', obj.moveit_function_name);
|
||||
end
|
||||
|
||||
% Step 1: Get default parameters by calling moveit module
|
||||
|
||||
Reference in New Issue
Block a user