MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Reproducible kernel crash

  • To: mathgroup at smc.vnet.net
  • Subject: [mg80114] Reproducible kernel crash
  • From: "Andrew Moylan" <andrew.j.moylan at gmail.com>
  • Date: Mon, 13 Aug 2007 04:27:03 -0400 (EDT)

The following code crashes the kernel the *second* time it is executed:

makeNoise[psd_] := InverseFourier[
     Sqrt[Join[psd, {1}, Take[Reverse[psd], Length[psd] - 1]]]*
       Fourier[RandomReal[NormalDistribution[0, 1], 2*Length[psd]]]]
psd = Join[Table[0, {8}], Table[2, {16}], Table[0, {8}]]; 
(ListCorrelate[#1, #1, 1] & )[makeNoise[psd]]

Can anyone figure out why?



  • Prev by Date: Re: Projectile motion
  • Next by Date: Intensive numerical calculations
  • Previous by thread: Re: Increasing scattered subsequence
  • Next by thread: Re: Reproducible kernel crash