-
-
Notifications
You must be signed in to change notification settings - Fork 43
Resample
Sambit Paul edited this page Dec 31, 2020
·
6 revisions
Resamples a signal to the provided number of samples using Fourier method.
This signal has 20 datapoints; the objective is to increase the number of samples of this signal to 100 datapoints.
Resample rs = new Resample(this.signal, 100);
double[] resampled = rs.resampleSignal();
The following plot shows the output of resampling compared to the original signal.
Wiki
-
Filters
- IIR Filters
- FIR Filters
- Kernel-Based Filter
- Adaptive Filters
-
Signals
-
Peak Detection
-
Transformations
-
Speech
-
Windowing