[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Complex data type
- Subject: Re: Complex data type
- From: Phillip David <phillip_david(at)xontech.com>
- Date: Tue, 03 Oct 2000 13:59:59 -0700
- Newsgroups: comp.lang.idl-pvwave
- Organization: WebUseNet Corp http://www.usenetserver.com - Home of the fastest NNTP servers on the Net.
- References: <SiBB5.867$Qb.43122928@news.randori.com>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21614
Júlio;
I don't think there's a way to do this without separating the real and
imaginary parts in some way. The simplest way of separating them,
however, is to simply use an additional dimension of 2 on the data.
Then you can store the data in a single structure, so long as you know
that one axis simply separates the real and complex parts.
Phillip
"Júlio Maranhão" wrote:
> I just wanna know if there is a portable Scientific Data Format (like HDF,
> CDF) that supports complex type variables. I think HDF and CDF don´t. And I
> wouldn´t like to separate it in Real and Imaginary parts. Currently I´m
> using the SAVE procedure and it´s very easy. But it´s temporarily (and not
> portable. At least to non-IDL users).