-
It would be great to have the ability to apply a gain function to the radargrams so as to better see the layers between the surface and the bed. This is typically combined with a low-pass filter and a…
-
## Enhancement idea
- [x] Add Feature: Semaphore Signal Level (SSL) Algorithm.
- [x] Connect to Alerts Modules and add custom alerts, see here: https://github.com/chartingshow/documentation/issues…
-
# Exponential Moving Average on Streaming Data
Exploration of the exponential moving average, also commonly known as a low-pass filter
[https://nestedsoftware.com/2018/04/04/exponential-moving-avera…
-
Minimum component for stream_tools v1.0:
- [ ] docs #6
- [x] `tools/join`
- [x] `tools/merge`
- [x] `filters/moving_average`
- [ ] `filters/linearly_weighted_moving_average`
- [ ] `filters/ewrl…
-
So, while I know it's not difficult to write a moving average function, I find I often need to calculate moving averages, and since moving averages are often used as and act like low pass filters, I f…
-
### The problem
This is a bi-directional device.
A negative current and a positive voltage should produce a negative power (P = I x V).
However the power reported by ESPHome is always positive…
-
Using this criteria I get 11 rows:
some_filters = [filters["Country"]["USA"],
filters["Market Cap."]["Mid ($2bln to $10bln)"],
filters["Option/Short"]["O…
-
lpf1
![lpf_1](https://user-images.githubusercontent.com/74070059/145765847-c3297745-7e92-48f9-80f9-4d52257db68d.png)
lpf2
![lpf_2](https://user-images.githubusercontent.com/74070059/145765862-33af9…
-
## Enhancement idea
- [x] Add Feature: Fast and Slow Bands Algorithm.
- [x] Set default values from tests.
- [x] Add option to select different types of moving averages.
- [x] Connect the moving…
-
El Maven gives the user three choices of filter algorithms for smoothing the data: Savitzky-Golay, Gaussian and Moving Average filter.
A quick search tells me that Moving average is clearly one of …