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

 Accepted Answer

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.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!