-
Hi Pieter and team,
In going through your example code for the Butterworth filter library, I notice there's no example of a HPF, just a low pass. While I know you discuss the conversion of the tran…
-
GNU Radio version 3.8.1.0.
1. Create simple flow graph: Null source -> High Pass Filter -> Null Sink. Generate C++ code.
2. Compile code.
Result:
```
[ 50%] Building CXX object CMakeFiles/t…
-
Hi,
Thank you for a great tool!
My question is, in one of my samples there are two deletions near each other. One is ~2847bp and other is ~12150bp (one copy of CYP2D6 gene deletion). These two d…
-
From reading the sklearn design decisions paper:
- Transformers
- motion correction
- with scoring function if we can find good metrics
- high pass filtering
- any other arbitrary fun…
-
### Current Features
We have used various instable, volatile, and aggressive algorithms to eliminate noise form our data readings. These are case-specific to behavior weve seen, not strong agaisnt ed…
-
`fourier_filter` has lots of nearly duplicate code from `high_pass_fourier_filter` for doing cleaning. `high_pass_fourier_filter` has some half baked `dayenu` functionality that is no longer needed. I…
-
The cutoff value for the high-pass filter on the Celli sustained instrument is wrong. This causes no audio to render. Removing the filter entirely works, but I'm not sure what value you were actually …
-
As we already discussed during previous meetings, the signal processing chain of the tool includes a low-pass filter. As a consequence the curves are smoothed and the electrical variables start varyin…
-
```
Might need to smooth out drawing locations (to reduce jitteriness) - maybe
with a high-pass filter
- might want the filtering factor to be specifiable by the delegate (some
applications may wa…
-
Would GPUImage framework allow me to do High-pass filter? If not can I do High pass filter using some other filter provided by ur framework
Thanks for advises