-
When I run DASP on a convolutional neural network (mnist dataset), I found something weird.
If I use a `ImagePlayerIterator` with a big `window_shape` (like 1/4 of the image size), then `y1` and `y2`…
-
Hello,
thank you for providing your code!
I tried running the provided example (without changes) for the parkinson dataset and there seems to be an error. So the training is fine but wenn dasp = …
-
I have an application to need to get the audio stream from microphone with a sample rate of 16K, which is not supported on my MacBook. I wonder if there is any way to resample the cpal stream? Can the…
-
Key 6 should control output level. `mother.pd` handles this for PD patches - the 5th knob value is sent to `vol`.
Level meters should update - in mother.pd it looks like this:
![Screenshot from …
-
Hi, is it currently possible to offset the phase of a Signal (in `dasp_signal`)?
For example, when defining a sine wave, how could I displace it by x rad?
`signal::rate(sample_rate).const_hz(freq)…
-
## Expected Behavior
Be able to log onto my conc without the game crashing
## Current Behavior
logs onto conc and game crashes. have tried with a different conc and same thing happens but other di…
-
I found some packages with some implementations of inequality indexes.
## Python
- [onOEI](http://www.poorcity.richcity.org/oei/)
- [PySal (only gini and theil)](http://pysal.readthedocs.io/en/…
-
Hello all!
This is a question for anyone who may have some suggestions. I have a decent understanding of DSP, but I'm very new to Rust. I'm probably getting ahead of myself trying to learn it with …
-
While testing out the scaoSim code from daspbuilder.py, I question whether it is actually properly correcting from the reconstructed phase front. Basically, if I look at the "instantaneous image sc1" …
-
I want to play a music and some sound effects. Can I dynamically add another `Signal` to mix while playing? As I see the `Signal` API, it seems to be designed for static mixing.