update api

This commit is contained in:
Jakob Ketterl
2021-01-02 03:12:21 +01:00
parent 3e69c71ed5
commit a2d731503f
4 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
from csdr.chain import Chain
from pycsdr import Fft, LogPower, LogAveragePower, FftExchangeSides, CompressFftAdpcm
from pycsdr.modules import Fft, LogPower, LogAveragePower, FftExchangeSides, CompressFftAdpcm
import logging
logger = logging.getLogger(__name__)