Auto stash before checking out "HEAD"

This commit is contained in:
Silas Oettinghaus
2023-09-21 16:25:20 +02:00
parent 8b3bc688dd
commit 462cfa0ed1
3 changed files with 79 additions and 15 deletions

View File

@@ -118,7 +118,7 @@ classdef Pulseformer
% data_out = upfirdn(data_in,h,up,dn);
%
% %cut signal, which is longer due to fir filter
% st = round(up/dn*racos_len/2); %we need to cut y_out
st = round(up/dn*racos_len/2); %we need to cut y_out
% en = round(st + (length(data_in)*up/dn) -1);
%
% data_out = data_out(st:en);