discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Cygwin, open cfile using c, complex.h


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Cygwin, open cfile using c, complex.h
Date: Fri, 21 Jan 2011 14:56:14 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Jan 21, 2011 at 08:02:30PM +0800, Howard Wong wrote:
> Sorry this question might be a little bit far from gnuradio.
> 
> In the case I record raw data from the air by USRP and write to a
> cfile by filesink.
> I am using a C program to open the cfile to process.
> However, when I compile in Cygwin, the complex.h headers were not found.
> 
> #include <complex.h>

It is a bit far from GNU Radio, unless you meant

#include <gr_complex.h>

otherwise it's

#include <complex>

and in this case a quick Google would have given you the result.

Happy hacking,
MB

-- 
Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin Braun
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT -- University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

Attachment: pgpYDiuBE2YP_.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]