Borrar filtros
Borrar filtros

Info

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

please help about butterworth filter

1 visualización (últimos 30 días)
nsprt nsprto
nsprt nsprto el 19 de Nov. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
if true
% code
endhi
bandpass filter function returns NaN in some samples:
[a,b]=butter(4,[8 30]/(125/2) ,'bandpass'); filtered_signals=filter(a,b,x);
x: 5000 rows and 2 columns
I solved that by filtering the data in blocks(32 samples). the result was not the same but when i increased the samples to 320 i got the same result. Is it true to solve NaN problem.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by