can someone please explain to me how this works. I think it is a LCCDE filter.

6 visualizaciones (últimos 30 días)
n = 1;
m = 1:900;
C = wavread('ecg1.wav');
X = wavread('ecg2.wav');
for B = .4 : .1 : 1;
b = [1 -B 1];
a = [1 0 0];
y = filter(b,a,X);

Respuestas (0)

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by