Filter entities demos.
More...
|
| demo_filter.my_filter = ButterWorthFilter('butterworth_filter') |
|
int | demo_filter.order = 6 |
|
float | demo_filter.fs = 5000.0 |
|
float | demo_filter.lowcut = 600.0 |
|
float | demo_filter.nyq = 0.5 |
|
| demo_filter.low = lowcut/nyq |
|
float | demo_filter.T = 0.05 |
|
| demo_filter.nsamples = T*fs |
|
| demo_filter.t = np.linspace(0, T, nsamples, endpoint=False) |
|
float | demo_filter.a = 0.02 |
|
float | demo_filter.f0 = 600.0 |
|
float | demo_filter.x = 0.1 |
|
| demo_filter.label |
|
list | demo_filter.y = [] |
|
| demo_filter.value |
|
| demo_filter.linestyles |
|
| demo_filter.loc |
|
Filter entities demos.
- Copyright
- Copyright (c) 2017-2019, New York University and Max Planck Gesellschaft, License BSD-3-Clause