import filter from coe file

25 views (last 30 days)
Bruce Karaffa
Bruce Karaffa on 19 Oct 2017
Commented: Bruce Karaffa on 24 Oct 2017
That pretty much sums it up. I'm using Matlab R2017a. I want to analyze a filter I created. I didn't save the fda file but I have a Xilinx coe file that I have used to create FIR filters in Xilinx, so I know the syntax is correct. I opened filter designer and from the file menu pull down tried "Import filter from XILINX coefficient (COE) file. Nothing happened. No filter was imported, no error messages, filter designer still says READY.

Accepted Answer

Corey Silva
Corey Silva on 24 Oct 2017
  1 Comment
Bruce Karaffa
Bruce Karaffa on 24 Oct 2017
This works. I solved my problem yesterday by reading the fcf file into an array and creating a dsp.filter object to import. The coeread function is a bit more elegant.

Sign in to comment.

More Answers (0)

Categories

Find more on Code Generation 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!