##// END OF EJS Templates
Noise.py:...
Noise.py: Clase que contiene un metodo para hallar el nivel de ruido usando la tecnica de Hildebrand - Sekhon

File last commit:

r89:b509e99f0d8d
r93:1e5ff7f4bb15
Show More
CorrelationIO.py
29 lines | 436 B | text/x-python | PythonLexer
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 '''
Created on 23/01/2012
Daniel Valdez
Fijando variables svn:keywords Author Id
r16 @author $Author$
@version $Id$
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 '''
Miguel Valdez
Dentro del paquete IO se agrego un sufijo "IO" a todos los modulos
r20 from DataIO import DataReader
from DataIO import DataWriter
Miguel Valdez
Estructura de directorios del modelo agregada.
r9
class CorrelationReader(DataReader):
Miguel Valdez
Se ha reordenado las variables
r89
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 def __init__(self):
Miguel Valdez
Se ha reordenado las variables
r89
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 pass
class CorrelationWriter(DataWriter):
Miguel Valdez
Se ha reordenado las variables
r89
Miguel Valdez
Estructura de directorios del modelo agregada.
r9 def __init__(self):
Miguel Valdez
Se ha reordenado las variables
r89
pass
def puData(self):
pass
def writeBlock(self):
pass