F
FERMED
Guest
Hei, auttakaa minua ääninauhoitusta jonka Matlab reaaliajassa. osalta
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
% taajuudet näyttö. Voit poistua, lähellä lukua. % Fs = 22050;% näytteenottotaajuus, Hertz N = 1024,% kesto, näytteitä ikkuna = Blackman (N);% painotus window = ikkuna / keskiarvo (window),% normalisoida se GCA;% auki luku taas get (0, "CurrentFigure ')%, kun luku vielä auki y = wavrecord (N, fs);% hankkia joitakin signaali h = FFT (y .* ikkuna);% muuttaa tontti (fs * (0: N / 2) / N, 20 * log10 (max (2 / N * abs (h (1: N / 2 +1)), 1e-10))); ylim ([-160 20]); xlabel (Hertz); ylabel ("dB" ); drawnow;% mahdollistavat luku päivittää loppuun