From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/invimpinvar.xml | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 help/en_US/invimpinvar.xml (limited to 'help/en_US/invimpinvar.xml') diff --git a/help/en_US/invimpinvar.xml b/help/en_US/invimpinvar.xml new file mode 100644 index 0000000..5517be5 --- /dev/null +++ b/help/en_US/invimpinvar.xml @@ -0,0 +1,71 @@ + + + + + + + + invimpinvar + This function converts digital filter with coefficients b and a to analog, conserving impulse response. + + + + + Calling Sequence + + [b, a] = impinvar (b, a) + [b, a] = impinvar (b, a, fs) + [b, a] = impinvar (b, a, fs, tol) + + + + + Parameters + + b: + real or complex valued scalar or vector + a: + real or complex valued scalar or vector, order should be greater than b + fs: + real or complex value, default value 1Hz + tol: + real or complex value, default value 0.0001 + + + + + Description + +This is an Octave function. +This function converts digital filter with coefficients b and a to analog, conserving impulse response. +This function does the inverse of impinvar. + + + + + Examples + + + -- cgit