mirror of
https://github.com/romanz/amodem.git
synced 2026-02-08 10:28:00 +08:00
add logger sampling
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import numpy as np
|
||||
import logging
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
class Interpolator(object):
|
||||
def __init__(self, resolution=10000, width=128):
|
||||
|
||||
Reference in New Issue
Block a user