recipe book - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
alt.cookies.yum.yum.yum 108
fido7.su.kitchen 94
aol.neighborhood.nj.jerseycity 79
alt.philosophy 49
comp.lang.fortran 40
alt.2eggs.sausage ... cheerslove 36
alt.nuke.the.usa 32
alt.magick 27
rec.food.equipment 18
soc.culture.hongkong 13
Last week most active authors
No posts for a week
Last active threads
Blood Transfusions may have killed millions - Jon Barron
Started NotImportant · Date: Jul 19, 2008 01:01 · 2 post(s)
Re: rlft3.f (3D Fast Fourier transform subroutine)???
Started Damian · Date: Jul 5, 2008 15:20 · 5 post(s)
rlft3.f (3D Fast Fourier transform subroutine)???
Started Fatemeh · Date: Jul 5, 2008 02:23 · 2 post(s)
rlft3.f (3D Fast Fourier transform subroutine)???
Started Fatemeh · Date: Jul 5, 2008 02:24 · 5 post(s)
"Fast Fourier Transform of a Step-function in 3-dimonsional."
Started Fatemeh · Date: Jun 23, 2008 00:07 · 3 post(s)
[BOTM] Real Magic 0 - Introduction
Started Chade · Date: May 22, 2008 03:19 · 46 post(s)
The OO approach
Started Jonah Thomas · Date: Mar 27, 2008 15:11 · 36 post(s)
[Book]- Cutting Through 4
Started Chade · Date: Jan 21, 2008 08:19 · 30 post(s)
Mandolin
Started Viviane · Date: Aug 31, 2007 03:14 · 18 post(s)
Passing down the recipes
Started Baz · Date: Aug 29, 2007 20:33 · 16 post(s)
Last week hot threads
No posts for a week
Latest posts
Blood Transfusions may have killed millions - Jon Barron
Group: soc.culture.hongkong · Group Profile · Search for recipe book in soc.culture.hongkong
Author: NotImportant
Date: Jul 19, 2008 01:01

...As we discussed in a key newsletter last year, government regulators in the US, Canada, and much of Europe don't allow you to even talk about using stevia as a sweetener in food. The FDA has actually seized stevia recipe books. That's insane. All I'm saying is, "Let's play fair."
Show full article (11.50Kb)
Re: rlft3.f (3D Fast Fourier transform subroutine)???
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: Damian
Date: Jul 5, 2008 15:20

...; I'm going to use rlft3.f (3D Fast Fourier transform subroutine in Numerical Recipes book ) I have constructed a 107*107*107 mesh for data. I should call rlft3(data,... you start writing code. You might want to go beyond Numerical Recipes (which is great but probably a bit sparse for a beginner) and find a book on spectral methods. Damian P.S. For more information, you should ...
Show full article (2.02Kb)
Re: rlft3.f (3D Fast Fourier transform subroutine)???
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: Damian
Date: Jul 5, 2008 15:18

...: Dear all; I'm going to use rlft3.f (3D Fast Fourier transform subroutine in Numerical Recipes book ) I have constructed a 107*107*107 mesh for data. I should call rlft3(data,speg,nn1,nn2,... background reading before you start writing code. You might want to go beyond Numerical Recipes (which is great but probably a bit sparse for a beginner) and find a book on spectral methods. Damian
Show full article (1.79Kb)
Re: rlft3.f (3D Fast Fourier transform subroutine)???
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: dominiq
Date: Jul 5, 2008 05:00

...> I'm going to use rlft3.f (3D Fast Fourier transform subroutine in Numerical Recipes book ) I have constructed a 107*107*107 mesh for data. I should  ... don't think this is the case for Numerical Recipes. Nevertheless 107 is a prime and is unlikely to be accepted ...be a power of 2. For the other questions read Numerical Recipes to know how to use the subroutine (aka RTFM!-). Dominique ...
Show full article (1.75Kb)
Re: rlft3.f (3D Fast Fourier transform subroutine)???
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: Fatemeh
Date: Jul 5, 2008 03:36

... Dear all; I'm going to use rlft3.f (3D Fast Fourier transform subroutine in Numerical Recipes book ) I have constructed a 107*107*107 mesh for data. I should call rlft3(data,speg,nn1,nn2,nn3,isign)....primes (typically 3 and 5), but I don't think this is the case for Numerical Recipes. Nevertheless 107 is a prime and is unlikely to be accepted in any FFT package. ...
Show full article (1.42Kb)
Re: rlft3.f (3D Fast Fourier transform subroutine)???
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: dominiq
Date: Jul 5, 2008 02:41

....com> wrote: Dear all; I'm going to use rlft3.f (3D Fast Fourier transform subroutine in Numerical Recipes book ) I have constructed a 107*107*107 mesh for data. I should  call rlft3(data,speg,nn1,nn2,nn3,isign).... primes (typically 3 and 5), but I don't think this is the case for Numerical Recipes. Nevertheless 107 is a prime and is unlikely to be accepted in any FFT package. As a...
Show full article (1.18Kb)
rlft3.f (3D Fast Fourier transform subroutine)???
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: Fatemeh
Date: Jul 5, 2008 02:24

Dear all; I'm going to use rlft3.f (3D Fast Fourier transform subroutine in Numerical Recipes book ) I have constructed a 107*107*107 mesh for data. I should call rlft3(data,speg,nn1,nn2,nn3,isign). ----------------------------------------------------------------------------- SUBROUTINE rlft3(data,speq,nn1,nn2,nn3,isign) INTEGER isign,nn1,nn2,nn3 COMPLEX data(nn1/2,nn2,nn3...
Show full article (0.75Kb)
rlft3.f (3D Fast Fourier transform subroutine)???
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: Fatemeh
Date: Jul 5, 2008 02:23

Dear all; I'm going to use rlft3.f (3D Fast Fourier transform subroutine in Numerical Recipes book ) I have constructed a 107*107*107 mesh for data. I should call rlft3(data,speg,nn1,nn2,nn3,isign). ----------------------------------------------------------------------------- SUBROUTINE rlft3(data,speq,nn1,nn2,nn3,isign) INTEGER isign,nn1,nn2,nn3 COMPLEX data(nn1/2,nn2,nn3...
Show full article (0.75Kb)
Re: "Fast Fourier Transform of a Step-function in 3-dimonsional."
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: Damian
Date: Jun 24, 2008 00:50

... Step-function in 3-dimonsional." I read the related subroutines in Numerical Recipes Book, but I couldn't match it for a 3D step function. ... fact, the latest edition of Numerical Recipes abandons Fortran altogether in favor of C...short answer is that the appropriate Numerical Recipes Fortran 90 procedure is called "realft3"... performance to be important. While Numerical Recipes emphasizes clarity for instructive purposes, even ...
Show full article (2.05Kb)
Re: "Fast Fourier Transform of a Step-function in 3-dimonsional."
Group: comp.lang.fortran · Group Profile · Search for recipe book in comp.lang.fortran
Author: glen herrmannsfeldt
Date: Jun 23, 2008 02:26

Fatemeh wrote: I'm looking for a subroutine of Fortran90 about "Fast Fourier Transform of a Step-function in 3-dimonsional." I read the related subroutines in Numerical Recipes Book, but I couldn't match it for a 3D step function. Whould you please let me to have access to a subroutine for mentioned goal? I don't ...
Show full article (0.50Kb)