Community Profile

photo

Ban Coder


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Change axis from time to frequency
I have this plot: [x,fs]=audioread('audio.ogg'); x=x(1:round(end/10)); n=0:length(x)-1; s=cos(2*pi*1.25*n).'; x1=x+0.01*s; ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Frequency and Sampling Frequency
Which is the frequency of a tone heard when played with twice the original sampling frequency? For example, we have this tone: ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Finding frequency and duration of an audio signal
What is the frequency (not the sampling rate) and duration of this audio? >> fs=24000.0; % Sampling rate >> t=0:1/fs:1; % On...

más de 4 años hace | 1 respuesta | 0

1

respuesta