Maitry07
Full Member level 3
- Joined
- Jun 29, 2022
- Messages
- 159
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 16
- Activity points
- 1,428
Hello support team,
I am capturing the absolute phase in radians with the 2QN format( FIX16_13 format) .
1 sign bit, 1 integer bit , 13 fraction bits
Now I want to convert the absolute phase from radians to deg. i.e
So, I am using multiplier IP core - xilinx to multiply the phase (2QN format) with 57 integer value( 180/Pi).
but I am not understanding on how to understand the multiplier output ? so, my question is weather I can directly multiply 57 with 2QN format and it will provide correct result or do I need to do some conversion from 2QN format to any other format?
I am capturing the absolute phase in radians with the 2QN format( FIX16_13 format) .
1 sign bit, 1 integer bit , 13 fraction bits
Now I want to convert the absolute phase from radians to deg. i.e
So, I am using multiplier IP core - xilinx to multiply the phase (2QN format) with 57 integer value( 180/Pi).
but I am not understanding on how to understand the multiplier output ? so, my question is weather I can directly multiply 57 with 2QN format and it will provide correct result or do I need to do some conversion from 2QN format to any other format?