How to remove the error 'the combination of fixed point and floating point is not supported'?
Show older comments
I want to convert matlab function to vhdl.
the function is mod.
During fixed point conversion it gives the above error with a redmark on the bold words in following line:
y = fi( mod( u, 2*pi ), 0, 14, 23, fm);
how to remove this error?
Accepted Answer
More Answers (0)
Categories
Find more on HDL Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!