-
Overall big changes (common to several comments below)
- [x] Move material to Supplementary
- [x] Rework section V
Section V. What do you mean by an optical microphone device? “Cloth screen” ov…
-
## Current Behavior
leds don't work
## Steps to Reproduce
flash 2.3.0
## Expected behavior
leds that work
## Additional context
# diff
# version
# INAV/OMNIBUSF4PRO_LEDSTRIPM5 2.3.0…
-
The project is one of the best documented DSP I found (congrats!) so it would be perfect to use in simple active crossovers. The one thing I couldn't find in the repository is the minimal hardware con…
szpsz updated
3 years ago
-
~/package/src/chromium-78.0.3904.108/out/Release $ ../../../../../../../usr/bin/clang++ -Wl,--build-id=sha1 -fPIC -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -Wl,--as-needed -fuse-ld=…
-
### Description of the setup:
* Device: STEMLab 125-14
* SD card image:
* Application:
* Other relevant information:
### Description of the problem:
I noticed that we are using two CIC F…
-
I think it would be a good idea to re-organize and expand our Filter tutorial, which is currently one tutorial page.
A potential reorganization would split up into: FIR, IIR, and maybe an additiona…
-
**Describe the bug**
Locally executing `twister` to run the lib/cmsis_dsp/filtering test on the native_posix platform fails.
**To Reproduce**
Steps to reproduce the behavior:
In the zephyr direc…
-
I would like to use this library to implementing a low pass filter, instead of writing my own low pass filter, however, after spending some time looking at the examples and the documentation I am a bi…
-
**Describe the bug**
LFilter and LFilterPyTorch provide inconsistent gradients. In particular, the LFilter ones are incorrect.
**To Reproduce**
```
import numpy as np
import torch
from torch.a…
-
The complex response for the time delay filter should in general be avoided. ")
1. It can suffer some pretty serious phase wrapping as frequencies grow, making the plots hard to interpret
2. When …