pyFDN.flamo_time_response#
- pyFDN.flamo_time_response(model, fs=48000, identity=False)[source]#
Return a FLAMO model’s time response as a NumPy array.
This is the NumPy-facing counterpart of FLAMO’s
model.get_time_response(). It detaches the returned tensor from any autograd graph, transfers it to CPU memory, and preserves its dimensions and dtype during conversion.