help-octave
[Top][All Lists]
Advanced

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

Re: Complex matrix multiplication fails


From: Børge Strand-Bergesen
Subject: Re: Complex matrix multiplication fails
Date: Fri, 14 May 2010 08:02:48 +0200

Thanks guys,

that solved it.

Borge

On Wed, May 12, 2010 at 17:40, Ozzy Lash <address@hidden> wrote:
>
>
> On Wed, May 12, 2010 at 7:21 AM, Børge Strand-Bergesen
> <address@hidden> wrote:
>>
>> Hi,
>>
>> % Matrix multiplication === FAILS with CEM=WN.^CEM; OK with CEM=WN.^-CEM;
>> ===
>> Xk = CEM * xn'; Xk=Xk';
>> max(abs([imag(Xk-fft(xn)) real(Xk-fft(xn))]))
>> % ans =  2.4142
>>
>
> I'm not sure if this is your issue, but the ' operator performs the complex
> conjugate transpose.  You may want to try it with .' instead.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>



reply via email to

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