Module pippi.fft
Functions
conv
def conv(
src,
impulse
)
itransform
def itransform(
real,
imag
)
passthru
def passthru(
pos,
real,
imag
)
process
def process(
snd,
blocksize=0.01,
length=None,
callback=None,
window=None,
pool=False
)
process_block
def process_block(
pos,
elapsed,
snd,
callback,
taper
)
to_polar
def to_polar(
real,
imag
)
to_xy
def to_xy(
mag,
arg
)
transform
def transform(
snd
)