"Dik T. Winter" wrote in message
> news: ...
> In article
> andrew.nesterov@softhome.net (Andrew Nesterov) writes:
> > "Dik T. Winter" wrote in message
> > news: ...
> ...
...
"Dik T. Winter" wrote in message news: ...
> In article
> andrew.nesterov@softhome.net (Andrew Nesterov) writes:
> ...
> > No, the question here is what has to be counted into O(f(x))...
In other words, DFT works exactly like optical grating,
producing a mainlobe of 0th order and a sequence of
mainlobes of higher orders. I even saw several times rainbows
of order 1 and 2. All these...
Jerry Avins wrote in message news: ...
> Dave Seaman wrote:
>
> > On Thu, 13 May 2004 10:07:19 -0700, Jon Harris wrote:
>
> ...
>
> > > On most DSPs, a scalar multiplication c...
I had a good portion of laughter while looking at the
page located by the link below.
If you'd go there and inspect the example C code on
the page, you'll find out why!
Cheers,
Andrew
jero...
John,
Fourier transform works in the space domain exactly as in
the time domain.
A three-element coordinate vector x is an analog of time and
a wave number k is an analog of circular frequency ...
The warning tells that a local (in your case, a function level) variable,
that is allocated on the stack cannot be aligned. Not sure why though.
File level variables (that are allocated in e.g. .f...
physics@bellsouth.net (Clay S. Turner) wrote in message news: ...
> kristie_yang@sina.com (kristie) wrote in message news: ...
> > When I use function cos(),the software simulator gives correct...
"I. R. Khan" wrote in message news: ...
> Hi all,
>
> If I remember correctly, SVD decomposition can be used for solving "More
> Equations fewer unknowns" problem. Is there some other mor...
Martin,
What if reserve space for a global variable (somewhere in .data or .bss
or whatever else, but declare it global) and store it with the context
you have just loaded, perhaps this way you w...