Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Silas Oettinghaus
2023-09-29 08:18:40 +02:00
3 changed files with 66 additions and 2 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);