Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

search for signal of fixed duration and frequency

1 visualización (últimos 30 días)
cob
cob el 18 de Jun. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi , I have an audio signal which i have recorded , i need to determine if inside the recorded signal , i have a smaller signal with duration of 250 ms and frequency of 400 Hz. Which method should i use for it ?
  1 comentario
cob
cob el 24 de Jun. de 2015
where disappeared the newer comments ?

Respuestas (1)

Luffy
Luffy el 18 de Jun. de 2015
Editada: Luffy el 18 de Jun. de 2015
Do the fft of the audio signal. You'll get spikes at the frequencies present in your signal.
How to do fft: doc fft.
Doing fft tells you if there is a signal of 400 Hz in your audio,to know the duration pass your audio through a notch filter of 400 Hz

La pregunta está cerrada.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by