##// END OF EJS Templates
Se agregó la opción de shift al calcular la transformada de Fourier
Se agregó la opción de shift al calcular la transformada de Fourier

File last commit:

r20:b88be568bb0c
r74:2ede70f6309a
Show More
CorrelationIO.py
16 lines | 292 B | text/x-python | PythonLexer
'''
Created on 23/01/2012
@author $Author$
@version $Id$
'''
from DataIO import DataReader
from DataIO import DataWriter
class CorrelationReader(DataReader):
def __init__(self):
pass
class CorrelationWriter(DataWriter):
def __init__(self):
pass