feat: Resampler: Normalizes incoming Android sensor sampling rate
This commit is contained in:
@@ -40,6 +40,10 @@ namespace pd_signal {
|
||||
/** two-dimensional mean of a collection of signals */
|
||||
void mean(std::vector<double> &out, std::deque<std::vector<double> >& m);
|
||||
|
||||
/** simple mean of 1-d signal */
|
||||
double mean(const std::vector<double>& in);
|
||||
void diff(std::vector<double>& out, const std::vector<double>& in);
|
||||
|
||||
/**
|
||||
* Convolution of two polynomials given in ASCENDING power order.
|
||||
* If <c>p = p_0 + p_1 x + ... + p_{P-1} x^{P-1}</c> and likewise for q,
|
||||
|
||||
Reference in New Issue
Block a user