diff --git a/amodem/sampling.py b/amodem/sampling.py index 56d49d9..abc9a10 100755 --- a/amodem/sampling.py +++ b/amodem/sampling.py @@ -48,10 +48,6 @@ class Sampler(object): def __iter__(self): return self - def correct(self, offset=0): - assert self.freq + offset > 0 - self.offset += offset - def next(self): return self._sample() * self.gain