include check scripts to the project.

changed pulseWidth to pulseT.
This commit is contained in:
canisio
2026-04-28 15:22:03 -03:00
parent edef1dbed3
commit 6093942ab3
10 changed files with 228 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
% Data
% =========================================================
X = single(raw_DPW.Data);
X = X(:,:,2:end); % first DPW useless (zeroed)
X = X(:,:,1:end); % first DPW useless (zeroed)
%% =========================================================
% Parameters