-
@Chadster766
I put your kernel on my file system, but things did not go as I expected. I think we have a very big difference.
Now I will try to put your file system and check it out.
-
At least in a 2.4G network this driver only establishes a 54MBit (11g) connection.
If the AP is configured for `11n only`, no connection is possible. Tested a ftp download, speed is up to 2,9MByte/s…
-
**Reported by eike on 2011-06-09 20:32 UTC**
Decide on a convention for the arguments of (`control.matlab.`) `lsim`, `step`, and `impulse`, `initial`. Document the convention in the module documentati…
-
**Reported by eike on 2011-05-12 21:32 UTC**
This patch contains an implementation of the four simulation functions `lsim`, `step`, `initial`, and `impulse` of the module `matlab`. It also adds a func…
-
**Reported by murrayrm on 2014-03-22 19:17 UTC**
Roberto Bucher sent the following request to the discussion list:
> The c2d function should maintain the form of the state-space function. It seems th…
-
**Reported by thomas_ha on 2011-04-19 18:37 UTC**
The function "step" is supposed to return an array for the time:
> > > T, yout = step(sys, T, X0)
> > > T: array
> > > Instead, a matrix is returned.…
-
1. ltisys:150:
- `# transfer function is C (sI - A)**(-1) B + D`
should read:
`# transfer matrix is C (sI - A)**(-1) B + D`
- Although, this matrix is not actually calculated, s…
-
Hi, for matrix [[1, 2], [-1, -2]] rank() returns 2, but real value is 1. It is very big issue for Control Systems Engineers - we couldn't detect controlability and observabiliti of MIMO system.
-
The function realizeNTF_ct breaks for feed forward (FF) structure.
Try the test defined for realizeNTF but with FF from instead of FB form:
```
ntf = (np.array([1., 1.]), np.array([0., 0.]), 1)
ABCD…
-
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…