How to pass fixed-point conversion for some specific block?
이전 댓글 표시
Hi!
I have a Simulink model with standart block Abs and cos (trigonometric function). I'm trying to convert my scheme to fixed-point. I got the following error with Abs and cos block:
--> Input port and output port of 'rx12/Subsystem128/Abs ' must be of type 'single' or 'double' when complex --> An error occurred while propagating numeric type complex from 'rx12/Subsystem128/IFFT13 ', output port 1.
IFFT13 block is connected directly to Abs without type conversion. When I insert conversion to double before Abs, Fixed-Point Advisor doens't return error, but notes that I should convert one float-point data type to fixed-point.
The same situation I have with cos block, connected to the output of Delay block.
How I can do it?
댓글 수: 2
Kaustubha Govind
2012년 12월 26일
You should probably chase the signal up to its original source and make sure that it produces a fixed-point type?
Walter Roberson
2012년 12월 26일
Is the message not effectively saying that you cannot use Abs on a complex fixed-point signal? If so it might be necessary to put in the blocks needed to calculate abs, breaking up the parts, squaring, etc.,
답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!