-
Are there any functions yet to calculate a filter response at set frequencies similar to matlabs freqz and freqs?
-
After https://github.com/scipy/scipy/issues/2443 is done, it would be good to support sos format (same as tf format, but broken up into second-order sections).
I started working on this and then fo…
-
I tried to deploy an application on ZS 6.3 and i get an error with the files inclusion, specifically `use \ZendDevOps\DepH\ServiceManager\ServiceManager as ZendDevOpsDepH;`
I deployed the library usi…
-
```
Dears,
I've a problem with the version 0.7.1 of the library.
I've a piece of code which worked correctly with version 0.6.6 but it doesn't work with version 0.7.1rc1-2 present in the last release…
-
Example:
Foo/test_empty is empty subfolder.
when order command packZpk. The ouput in ZPK is:
< empty folder name >/Foo/Test_empty
It should not have "empty folder" in ZPK
-
There are extra characters in the beginning of the response from the installApp command that break the XML parsing.
Command
```
/usr/local/bin/zs-client installApp --zpk /home/jan/dev/git/zend-serve…
slaff updated
10 years ago
-
The [`iirfilter()`](https://github.com/scipy/scipy/blob/master/scipy/signal/filter_design.py#L593) function internally generates filter prototypes in zpk format, transforms them to tf format, and then…
-
The zfdeploy.phar build command does not preserve the file permission in the created package. This functionality should be included as it would help in deployment process automation.
-
Hi All,
I'm new here. Recently I stumbled on the actisense-serial.c code. I had been trying to make sense of the stream coming from the NGT-1 for quite some time. Finding the actisense-serial.c code …
-
Sometimes a TF can be provided only with "simplified zpk form", ie (ndarray zeros, ndarray poles, scalar gain), sometimes an LTI object from scipy is accepted too, sometimes a tuple representation lik…