Issue in importing Hlp from workspace
8 views (last 30 days)
Show older comments
Pooja Malpani
on 14 Apr 2020
Answered: Sai Sri Pathuri
on 29 Apr 2020
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
0 Comments
Accepted Answer
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.
0 Comments
More Answers (0)
See Also
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!