Issue in importing Hlp from workspace

I am working on filter design .i designed the filter using the filterBuilder and was done successfully and want to apply it on a signal.The designed filter is stored in workspace as Hlp but I am unable to use that in my script.
Please advise me something.
Thank you

 Respuesta aceptada

Sai Sri Pathuri
Sai Sri Pathuri el 29 de Abr. de 2020
You may use filter command to use Hlp object, where x is the input data.
y = filter(Hlp,x);
You may refer the following documentation for more details.

Más respuestas (0)

Etiquetas

Preguntada:

el 14 de Abr. de 2020

Respondida:

el 29 de Abr. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by