-
The low-pass filter we added in https://github.com/nytm/ios-360-videos/commit/68d73c4a0c152412532693f5e171ee6cd9e730ec helps correct spurious camera motion when the device is at rest. However, it does…
-
[Harrison et al. (2020)](https://www.biorxiv.org/content/10.1101/2020.09.30.321562v1) proposes a new filtering approach when calculating respiration-based metrics (especially respiratory volume per un…
tsalo updated
3 years ago
-
I downloaded the precompiled binary of this program and tried to run it on my own data- which look as follows:
BED:
```
#chr start end gene_name 00482428 006683
chr1 713…
-
Hi,
I'm use the Adafruit_ILI9341 and the GFX library to drive a ILI9341 TFT SPI touch screen on a Arduino UNO with an Ethernet Shield 2 (for the touch pad I use URTouch.h)
I've found some bugs a…
-
Hi,
I'm a happy user of faster-whisper-server. I mainly use it as a whisper backend for [open-web-ui](https://github.com/open-webui/open-webui/) and recently opened an issue to share my code for hi…
-
Hi,
may I suggest to add an "examples" directory with at least one little program to show how to go from samples to spectrum and back?
It might look like this:
```
use Math::FourierTransform;
m…
-
Hi,
I was reading the way temporal filtering is implemented using the cosine model and except I was a bit confused from the fact that is written as a low-pass filter while it is a high-pass filter a…
-
I just want to apply a low pass filter to something. But,
`
f = aubio.digital_filter()
f.set_biquad(0.00004957050609, 0.00009914101218, 0.00004957050609, -1.953412883, 0.9536111652)
`
retu…
-
#### Describe the functionality you would like to see.
I am interested in improving the consistency with the different axes objects that are available. The main goal is to improve the consistency of …
-
Hello everyone,
New user here. I have been trying to run artic pipeline here.
Right after align_trim, I get lines and lines of error message and assembly finishes. Even though I have viral assem…