MathGroup Archive 2003

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

Search the Archive

input without output

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39091] input without output
  • From: Matt Flax <flatmax at ieee.org>
  • Date: Wed, 29 Jan 2003 03:35:54 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Thefollowing input generates no answer (mathematica 4.2) :

(*I re-write it so it is easier to read*)

InverseFourierTransform[
	Sum[
		DiracDelta[1000(-1 + 10^(fHat/c))/b - f],
	(fHat = 0),N],
f,t]

(*Which is the same as*)
Notebook[{
Cell[BoxData[
    \(
      InverseFourierTransform[\[Sum]\+\(fHat = 0\)\%N DiracDelta[
            1000 \((\(-1\) + 10^\(fHat\/c\))\)\/b - f], f, 
        t]\)], "Input"]
},
FrontEndVersion->"4.2 for X",
ScreenRectangle->{{0, 1280}, {0, 1024}},
WindowSize->{959, 890},
WindowMargins->{{0, Automatic}, {Automatic, 0}}
]

Any ideas ?
thanks
Matt
-- 
http://mffm.darktech.org

WSOLA TimeScale Audio Mod  : http://mffmtimescale.sourceforge.net/
FFTw C++                   : http://mffmfftwrapper.sourceforge.net/
Vector Bass                : http://mffmvectorbass.sourceforge.net/
Multimedia Time Code       : http://mffmtimecode.sourceforge.net/


  • Prev by Date: TeXForm for Plot command
  • Next by Date: Re: What is -- Fractional integro-differentiation
  • Previous by thread: Re: TeXForm for Plot command
  • Next by thread: Re: input without output