|
From: | Dmitri A. Sergatskov |
Subject: | Re: Remez Octave Signal vs Scipi.signal |
Date: | Sun, 3 Sep 2017 23:28:32 -0500 |
figure()
hold on
subplot(3,1,1)
pwelch(x2,4,0,2048,Fs)
title('pwelch x2')
subplot(3,1,2)
pwelch(x4_lpf,4,0,2048,Fs_y)
title('pwelch x4_lpf')
subplot(3,1,3)
pwelch(x4_filt,4,0,2048,Fs_y)
title('pwelch x4_filt')
hold off
[Prev in Thread] | Current Thread | [Next in Thread] |