Go to the source code of this file.
Namespaces | |
| namespace | analysis.memcof |
Functions | |
| def | memcof |
| def | evlmem |
Variables | |
| string | _rcsid = "$Id: memcof.py,v 1.3 2003/05/30 13:31:55 mendenhall Release-20030716 $" |
| int | datalen = 10000 |
| int | poles = 20 |
| float | zfreq = 0.21345 |
| int | pspoints = 200 |
| float | damping = 20.0 |
| float | noise = 1.0 |
| tuple | xvals = Numeric.array(range(datalen),Numeric.Float) |
| tuple | data = Numeric.sin(xvals*(2.0*math.pi*zfreq)) |
| tuple | r = random.Random(1234) |
| tuple | d2 = Numeric.dot(data,data) |
| list | freqlist = [0.5*i/pspoints for i in range(pspoints)] |
| list | pspect = [evlmem(f, d, xms) for f in freqlist] |
| float | pssum = 2.0 |
| tuple | g = graphite.Graph() |
| tuple | d = graphite.Dataset() |
1.5.4