pyFDN.flamo_extract_pr_decomposition# pyFDN.flamo_extract_pr_decomposition(model)[source]# Extract the H(z)=C P(z)^{-1}B+D probes from a FLAMO model. Returns a dict with keys "P", "F" (feedforward), "B" (input path), "C", "D". For poles/residues use flamo_to_pr(). Return type: dict[str, Any]