Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Fixed point complex numbers in sdSOC

Status
Not open for further replies.

Radhikamkr

Newbie level 5
Joined
Jul 23, 2018
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
451
I was trying to do fixed point complex multiplication in sdSOC.

I used
typedef ap_fixed<32,8> fixedpt;
typedef std::complex<fixedpt> complx;

But when built it gives the following error:

cannot resolve overloaded function ‘real’ based on conversion to type ‘const void*’


Can anyone tell me why this is happening?
Thanks.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top