Post Reply 
How to do Fourier Integrals on the HP Prime?
12-09-2019, 12:23 PM
Post: #9
RE: How to do Fourier Integrals on the HP Prime?
https://www.hpcalc.org/details/9041

Quote:Performs symbolic time to frequency and frequency to time calculations: calculates for a given symbolic f(t) Fourier, Laplace and Z-transformation in symbolic form, draws the complex Laplace function together with the Fourier transformation slice as a 3D plot, and calculates for a given frequency transfer function the unity pulse, dirac pulse response and bode magnitude and phase in symbolic form. Includes PDF documentation.
[Image: spect001.png]

It uses the following to calculate the Fourier transform

Code:

//   // Function.F2 Fourier( f(t) ) = ABS( laplace( f(t) ) with (i*X) as independant )
//   ABS(simplify(laplace(F1(x),x)))
//   subst('  ',('x') = ('i*X'))
//
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to do Fourier Integrals on the HP Prime? - Stevetuc - 12-09-2019 12:23 PM



User(s) browsing this thread: 1 Guest(s)