Issue in importing Hlp from workspace

8 views (last 30 days)
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

Sai Sri Pathuri
Sai Sri Pathuri on 29 Apr 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.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!