impulse-response rates
Posted: Wed Nov 04, 2015 3:08 pm
Hello everyone
I'm trying to put a percentage on ordinate axis of the graph of the FIR, and unfortunately took a long time on it and I still do not know what my mistake ....
if someone could check it ... I would be very grateful
I put in the .m file the following commands
ly_n = log(y_n);
ly_x = log(y_x);
lc = log(c);
l_n = log(_n);
li = log(i);
lk = log(k);
lk_x = log(k_x);
lk_n = log(k_n);
lR = log(R);
lImp = log(Imp);
lImpT = log(ImpT);
lDEF = log(DEF);
lr = log(r);
lTRG = log(TRG);
lPIB = log(PIB);
lA = log(A);
lq = log(q);
I'm trying to put a percentage on ordinate axis of the graph of the FIR, and unfortunately took a long time on it and I still do not know what my mistake ....
if someone could check it ... I would be very grateful
I put in the .m file the following commands
ly_n = log(y_n);
ly_x = log(y_x);
lc = log(c);
l_n = log(_n);
li = log(i);
lk = log(k);
lk_x = log(k_x);
lk_n = log(k_n);
lR = log(R);
lImp = log(Imp);
lImpT = log(ImpT);
lDEF = log(DEF);
lr = log(r);
lTRG = log(TRG);
lPIB = log(PIB);
lA = log(A);
lq = log(q);