ir: Impulse response from transfer functions

Description Usage Arguments

Description

Inverse Fourier transforms the transfer function to give the impulse response

Usage

1
ir(H, n, realPart = TRUE)

Arguments

H

A matrix where each column contains a transfer function - tf()$H would be appropriate.

n

An integer indicating the half-length of the impulse response to return, L = 2*n+1. Normally this would be the blockSize2 agrument used in tf().

realPart

A logical indicating whether to return only the real part of the impulse response (default = TRUE) or return the complex-valued impulse response (FALSE)


driegert/transfer3 documentation built on May 3, 2019, 8:33 p.m.