Statistica
3 Domande
0 Risposte
RANK
206.854
of 300.028
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
33.33%
VOTI RICEVUTI
0
RANK
of 167.043
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
need to get the overlapped spectrum of an audio signal using hanning window, for a window size of 1024 with overlap of 48 samples. should plot the same.
the plot to achiev is attached.
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
am using taylor series to process an audio signal.
this is the statement am using as taylor series (x+h) == x + (h.*diff(x)) + (h^2.*diff(x,2))./factorial(2); when i run the pro...
circa 6 anni fa | 0 risposte | 0
0
risposteDomanda
help me to write a code for processing an audio signal using taylor series
clc; clear all; [x,Fs] = audioread('audioe.wav'); sound(x,Fs); whos x disp(Fs) x = x(:,1); dt = 1/Fs; ...
circa 6 anni fa | 1 risposta | 0