[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #10352] adding islinphase.m
From: |
John Donoghue |
Subject: |
[Octave-patch-tracker] [patch #10352] adding islinphase.m |
Date: |
Tue, 27 Jun 2023 11:12:02 -0400 (EDT) |
Follow-up Comment #1, patch #10352 (project octave):
Some of the tests give warnings:
b = [1 -1]; a = [1 -2];
f = islinphase (b, a, 1E-1);
warning: grpdelay: setting group delay to 0 at singularity
warning: called from
grpdelay at line 191 column 5
islinphase at line 96 column 10
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/patch/?10352>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-patch-tracker] [patch #10352] adding islinphase.m,
John Donoghue <=