minor changes büro

This commit is contained in:
Silas Oettinghaus
2023-06-07 13:50:56 +02:00
parent b640c013cb
commit 2868887a15
5 changed files with 186 additions and 84 deletions

View File

@@ -175,14 +175,14 @@ classdef Filter
% hold on
% plot(w/(2*pi)*obj.fsamp*1e-9,20*log10(abs(H)),'LineWidth',3);
% ax = gca;
% ylim([-6 0])
% %ylim([-6 0])
% grid on
% xlabel('Freq in GHz')
% ylabel('Magnitude (dB)')
% freqz(B, A)
%hfvt = fvtool(B,A);
% freqz(B, A, 2048, obj.fsamp);
% hfvt = fvtool(B,A);
end
end