update pam 6

This commit is contained in:
Silas Oettinghaus
2024-04-22 17:38:27 +02:00
parent cb54f4480e
commit e2e34c6119
5 changed files with 125 additions and 67 deletions

View File

@@ -180,7 +180,7 @@ classdef Filter < handle
function show(obj)
obj.signal_length = 512;
obj.signal_length = 512*8;
[H_,~] = obj.buildFilter();
figure()