Thanks very much. I have been reading properties in Matlab Help, but I don't know how to use RMS function.
The Matlab help says:
H = dsp.RMS returns a System object, H, that computes the root mean square (RMS) of an input or a sequence of inputs over the specified Dimension.
In my code, I have an input signal (x), an Impulse Response (H) and a desired signal (dn). The inputs to the adaptive algorithms are x and dn (where dn is x filtered with H). Then, how could I use RMS function?
Thanks again.