Resample ======== Resample data. **Inputs** - [Raw](https://mne.tools/0.17/generated/mne.io.Raw.html#mne.io.Raw) - [Epochs](https://mne.tools/0.17/generated/mne.Epochs.html) - [Evoked](https://mne.tools/0.17/generated/mne.Evoked.html) **Outputs** - [Raw](https://mne.tools/0.17/generated/mne.io.Raw.html#mne.io.Raw): Resampled Raw - [Epochs](https://mne.tools/0.17/generated/mne.Epochs.html): Resampled Epochs - [Evoked](https://mne.tools/0.17/generated/mne.Evoked.html): Resampled Evoked **Use** ![](images/res1.png) 1. Sample rate to use - Set sampling frequency. Example ------- ![](images/exa7work.png) ![](images/exa7plot.png) More information filter in Raw [here](https://mne.tools/0.17/generated/mne.io.Raw.html#mne.io.Raw.resample). More information filter in Epochs [here](https://mne.tools/0.17/generated/mne.Epochs.html#mne.Epochs.resample). More information filter in Evoked [here](https://mne.tools/0.17/generated/mne.Evoked.html#mne.Evoked.resample).