##// 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:

r16:c320d9a338b2
r93:1e5ff7f4bb15
Show More
CorrelationProcessor.py
17 lines | 221 B | text/x-python | PythonLexer
'''
Created on Feb 7, 2012
@author $Author$
@version $Id$
'''
class CorrelationProcessor:
'''
classdocs
'''
def __init__(self):
'''
Constructor
'''
pass