AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/classes.rst
docs/concepts.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/classes/pyfar.audio.rst
docs/classes/pyfar.coordinates.rst
docs/classes/pyfar.filter.rst
docs/classes/pyfar.orientations.rst
docs/concepts/pyfar.arithmetic_operations.rst
docs/concepts/pyfar.audio_classes.rst
docs/concepts/pyfar.coordinates.rst
docs/concepts/pyfar.fft.rst
docs/concepts/pyfar.filter_classes.rst
docs/concepts/pyfar.filter_types.rst
docs/concepts/pyfar.plot.rst
docs/concepts/resources/coordinate_systems.png
docs/concepts/resources/fft_norms_examples.png
docs/concepts/resources/filter_types_crossover.png
docs/concepts/resources/filter_types_filterbanks.png
docs/concepts/resources/filter_types_parametric-eq.png
docs/concepts/resources/filter_types_standard.png
docs/modules/pyfar.dsp.fft.rst
docs/modules/pyfar.dsp.filter.rst
docs/modules/pyfar.dsp.rst
docs/modules/pyfar.io.rst
docs/modules/pyfar.plot.rst
docs/modules/pyfar.samplings.rst
docs/modules/pyfar.signals.rst
docs/resources/pyfar.png
pyfar/__init__.py
pyfar.egg-info/PKG-INFO
pyfar.egg-info/SOURCES.txt
pyfar.egg-info/dependency_links.txt
pyfar.egg-info/not-zip-safe
pyfar.egg-info/requires.txt
pyfar.egg-info/top_level.txt
pyfar/classes/__init__.py
pyfar/classes/audio.py
pyfar/classes/coordinates.py
pyfar/classes/filter.py
pyfar/classes/orientations.py
pyfar/dsp/__init__.py
pyfar/dsp/_audiofilter.py
pyfar/dsp/dsp.py
pyfar/dsp/fft.py
pyfar/dsp/filter.py
pyfar/io/__init__.py
pyfar/io/_codec.py
pyfar/io/io.py
pyfar/plot/__init__.py
pyfar/plot/_interaction.py
pyfar/plot/_line.py
pyfar/plot/_two_d.py
pyfar/plot/_utils.py
pyfar/plot/line.py
pyfar/plot/spatial.py
pyfar/plot/ticker.py
pyfar/plot/two_d.py
pyfar/plot/utils.py
pyfar/plot/plotstyles/dark.mplstyle
pyfar/plot/plotstyles/light.mplstyle
pyfar/plot/shortcuts/shortcuts.json
pyfar/samplings/__init__.py
pyfar/samplings/samplings.py
pyfar/samplings/spatial.py
pyfar/samplings/external/__init__.py
pyfar/samplings/external/eq_area_partitions.py
pyfar/samplings/external/samplings_fliege.mat
pyfar/samplings/external/samplings_lebedev.py
pyfar/signals/__init__.py
pyfar/signals/deterministic.py
pyfar/signals/stochastic.py
pyfar/testing/__init__.py
pyfar/testing/plot_utils.py
pyfar/testing/stub_utils.py
tests/conftest.py
tests/test_audio.py
tests/test_codec.py
tests/test_coordinates.py
tests/test_copy.py
tests/test_dsp.py
tests/test_dsp_deconvolution.py
tests/test_dsp_interpolate_spectrum.py
tests/test_dsp_pad_zeros.py
tests/test_dsp_spectrogram.py
tests/test_eq_area_partitions.py
tests/test_fft.py
tests/test_filter.py
tests/test_filter_classes.py
tests/test_fractional_octaves.py
tests/test_frequency_data.py
tests/test_imports.py
tests/test_interaction.py
tests/test_io.py
tests/test_iterator.py
tests/test_match_fft_norm.py
tests/test_orientations.py
tests/test_plot.py
tests/test_plot__utils.py
tests/test_plot_utils.py
tests/test_pyfar.py
tests/test_samplings.py
tests/test_signal.py
tests/test_signal_arithmetic.py
tests/test_signals.py
tests/test_spatial.py
tests/test_stub_utils.py
tests/test_time_data.py
tests/references/filter.reconstructing_octaves.py
tests/references/filter.reconstructing_octaves_0_0.csv
tests/references/filter.reconstructing_octaves_1_0.csv
tests/references/filter.reconstructing_octaves_1_3.csv
tests/references/signals.exponential_sweep_time.csv
tests/references/signals.exponential_sweep_time.py
tests/references/signals.linear_sweep_time.csv
tests/references/signals.linear_sweep_time.py
tests/test_io_data/orientations_single.far
tests/test_plot_data/baseline/2d_axes_spectrogram.png
tests/test_plot_data/baseline/2d_off_spectrogram.png
tests/test_plot_data/baseline/2d_spectrogram.png
tests/test_plot_data/baseline/line_custom_subplots_col.png
tests/test_plot_data/baseline/line_custom_subplots_col_hold.png
tests/test_plot_data/baseline/line_custom_subplots_mix.png
tests/test_plot_data/baseline/line_custom_subplots_mix_hold.png
tests/test_plot_data/baseline/line_custom_subplots_row.png
tests/test_plot_data/baseline/line_custom_subplots_row_hold.png
tests/test_plot_data/baseline/line_freq.png
tests/test_plot_data/baseline/line_freq_dB_False.png
tests/test_plot_data/baseline/line_freq_dB_True.png
tests/test_plot_data/baseline/line_freq_group_delay.png
tests/test_plot_data/baseline/line_freq_group_delay_hold.png
tests/test_plot_data/baseline/line_freq_hold.png
tests/test_plot_data/baseline/line_freq_logParams.png
tests/test_plot_data/baseline/line_freq_phase.png
tests/test_plot_data/baseline/line_freq_phase_hold.png
tests/test_plot_data/baseline/line_freq_xscale_linear.png
tests/test_plot_data/baseline/line_freq_xscale_log.png
tests/test_plot_data/baseline/line_frequency_data_freq.png
tests/test_plot_data/baseline/line_frequency_data_freq_phase.png
tests/test_plot_data/baseline/line_frequency_data_phase.png
tests/test_plot_data/baseline/line_group_delay.png
tests/test_plot_data/baseline/line_group_delay_hold.png
tests/test_plot_data/baseline/line_group_delay_unit_None.png
tests/test_plot_data/baseline/line_group_delay_unit_ms.png
tests/test_plot_data/baseline/line_group_delay_unit_mus.png
tests/test_plot_data/baseline/line_group_delay_unit_s.png
tests/test_plot_data/baseline/line_group_delay_unit_samples.png
tests/test_plot_data/baseline/line_group_delay_xscale_linear.png
tests/test_plot_data/baseline/line_group_delay_xscale_log.png
tests/test_plot_data/baseline/line_phase.png
tests/test_plot_data/baseline/line_phase_deg.png
tests/test_plot_data/baseline/line_phase_deg_unwrap.png
tests/test_plot_data/baseline/line_phase_hold.png
tests/test_plot_data/baseline/line_phase_unwrap.png
tests/test_plot_data/baseline/line_phase_xscale_linear.png
tests/test_plot_data/baseline/line_phase_xscale_log.png
tests/test_plot_data/baseline/line_spectrogram_dB_False.png
tests/test_plot_data/baseline/line_spectrogram_dB_True.png
tests/test_plot_data/baseline/line_spectrogram_logParams.png
tests/test_plot_data/baseline/line_spectrogram_unit_None.png
tests/test_plot_data/baseline/line_spectrogram_unit_ms.png
tests/test_plot_data/baseline/line_spectrogram_unit_mus.png
tests/test_plot_data/baseline/line_spectrogram_unit_s.png
tests/test_plot_data/baseline/line_spectrogram_unit_samples.png
tests/test_plot_data/baseline/line_time.png
tests/test_plot_data/baseline/line_time_dB_False.png
tests/test_plot_data/baseline/line_time_dB_True.png
tests/test_plot_data/baseline/line_time_data_time.png
tests/test_plot_data/baseline/line_time_freq.png
tests/test_plot_data/baseline/line_time_freq_hold.png
tests/test_plot_data/baseline/line_time_hold.png
tests/test_plot_data/baseline/line_time_logParams.png
tests/test_plot_data/baseline/line_time_unit_None.png
tests/test_plot_data/baseline/line_time_unit_ms.png
tests/test_plot_data/baseline/line_time_unit_mus.png
tests/test_plot_data/baseline/line_time_unit_s.png
tests/test_plot_data/baseline/line_time_unit_samples.png
tests/test_plot_data/baseline/use_dark.png
tests/test_plot_data/baseline/use_default.png
tests/test_plot_data/output/2d_axes_spectrogram.png
tests/test_plot_data/output/2d_off_spectrogram.png
tests/test_plot_data/output/2d_spectrogram-failed-diff.png
tests/test_plot_data/output/2d_spectrogram.png
tests/test_plot_data/output/line_custom_subplots_col.png
tests/test_plot_data/output/line_custom_subplots_col_hold.png
tests/test_plot_data/output/line_custom_subplots_mix-failed-diff.png
tests/test_plot_data/output/line_custom_subplots_mix.png
tests/test_plot_data/output/line_custom_subplots_mix_hold-failed-diff.png
tests/test_plot_data/output/line_custom_subplots_mix_hold.png
tests/test_plot_data/output/line_custom_subplots_row.png
tests/test_plot_data/output/line_custom_subplots_row_hold.png
tests/test_plot_data/output/line_freq.png
tests/test_plot_data/output/line_freq_dB_False-failed-diff.png
tests/test_plot_data/output/line_freq_dB_False.png
tests/test_plot_data/output/line_freq_dB_True.png
tests/test_plot_data/output/line_freq_group_delay-failed-diff.png
tests/test_plot_data/output/line_freq_group_delay.png
tests/test_plot_data/output/line_freq_group_delay_hold-failed-diff.png
tests/test_plot_data/output/line_freq_group_delay_hold.png
tests/test_plot_data/output/line_freq_hold-failed-diff.png
tests/test_plot_data/output/line_freq_hold.png
tests/test_plot_data/output/line_freq_logParams.png
tests/test_plot_data/output/line_freq_phase.png
tests/test_plot_data/output/line_freq_phase_hold-failed-diff.png
tests/test_plot_data/output/line_freq_phase_hold.png
tests/test_plot_data/output/line_freq_xscale_linear.png
tests/test_plot_data/output/line_freq_xscale_log.png
tests/test_plot_data/output/line_frequency_data_freq.png
tests/test_plot_data/output/line_frequency_data_freq_phase.png
tests/test_plot_data/output/line_frequency_data_phase.png
tests/test_plot_data/output/line_group_delay-failed-diff.png
tests/test_plot_data/output/line_group_delay.png
tests/test_plot_data/output/line_group_delay_hold-failed-diff.png
tests/test_plot_data/output/line_group_delay_hold.png
tests/test_plot_data/output/line_group_delay_unit_None-failed-diff.png
tests/test_plot_data/output/line_group_delay_unit_None.png
tests/test_plot_data/output/line_group_delay_unit_ms-failed-diff.png
tests/test_plot_data/output/line_group_delay_unit_ms.png
tests/test_plot_data/output/line_group_delay_unit_mus-failed-diff.png
tests/test_plot_data/output/line_group_delay_unit_mus.png
tests/test_plot_data/output/line_group_delay_unit_s-failed-diff.png
tests/test_plot_data/output/line_group_delay_unit_s.png
tests/test_plot_data/output/line_group_delay_unit_samples-failed-diff.png
tests/test_plot_data/output/line_group_delay_unit_samples.png
tests/test_plot_data/output/line_group_delay_xscale_linear-failed-diff.png
tests/test_plot_data/output/line_group_delay_xscale_linear.png
tests/test_plot_data/output/line_group_delay_xscale_log-failed-diff.png
tests/test_plot_data/output/line_group_delay_xscale_log.png
tests/test_plot_data/output/line_phase-failed-diff.png
tests/test_plot_data/output/line_phase.png
tests/test_plot_data/output/line_phase_deg-failed-diff.png
tests/test_plot_data/output/line_phase_deg.png
tests/test_plot_data/output/line_phase_deg_unwrap-failed-diff.png
tests/test_plot_data/output/line_phase_deg_unwrap.png
tests/test_plot_data/output/line_phase_hold-failed-diff.png
tests/test_plot_data/output/line_phase_hold.png
tests/test_plot_data/output/line_phase_unwrap-failed-diff.png
tests/test_plot_data/output/line_phase_unwrap.png
tests/test_plot_data/output/line_phase_xscale_linear-failed-diff.png
tests/test_plot_data/output/line_phase_xscale_linear.png
tests/test_plot_data/output/line_phase_xscale_log-failed-diff.png
tests/test_plot_data/output/line_phase_xscale_log.png
tests/test_plot_data/output/line_spectrogram_dB_False-failed-diff.png
tests/test_plot_data/output/line_spectrogram_dB_False.png
tests/test_plot_data/output/line_spectrogram_dB_True-failed-diff.png
tests/test_plot_data/output/line_spectrogram_dB_True.png
tests/test_plot_data/output/line_spectrogram_logParams-failed-diff.png
tests/test_plot_data/output/line_spectrogram_logParams.png
tests/test_plot_data/output/line_spectrogram_unit_None-failed-diff.png
tests/test_plot_data/output/line_spectrogram_unit_None.png
tests/test_plot_data/output/line_spectrogram_unit_ms-failed-diff.png
tests/test_plot_data/output/line_spectrogram_unit_ms.png
tests/test_plot_data/output/line_spectrogram_unit_mus-failed-diff.png
tests/test_plot_data/output/line_spectrogram_unit_mus.png
tests/test_plot_data/output/line_spectrogram_unit_s-failed-diff.png
tests/test_plot_data/output/line_spectrogram_unit_s.png
tests/test_plot_data/output/line_spectrogram_unit_samples-failed-diff.png
tests/test_plot_data/output/line_spectrogram_unit_samples.png
tests/test_plot_data/output/line_time.png
tests/test_plot_data/output/line_time_dB_False.png
tests/test_plot_data/output/line_time_dB_True.png
tests/test_plot_data/output/line_time_data_time.png
tests/test_plot_data/output/line_time_freq.png
tests/test_plot_data/output/line_time_freq_hold.png
tests/test_plot_data/output/line_time_hold.png
tests/test_plot_data/output/line_time_logParams.png
tests/test_plot_data/output/line_time_unit_None-failed-diff.png
tests/test_plot_data/output/line_time_unit_None.png
tests/test_plot_data/output/line_time_unit_ms-failed-diff.png
tests/test_plot_data/output/line_time_unit_ms.png
tests/test_plot_data/output/line_time_unit_mus-failed-diff.png
tests/test_plot_data/output/line_time_unit_mus.png
tests/test_plot_data/output/line_time_unit_s-failed-diff.png
tests/test_plot_data/output/line_time_unit_s.png
tests/test_plot_data/output/line_time_unit_samples-failed-diff.png
tests/test_plot_data/output/line_time_unit_samples.png
tests/test_plot_data/output/use_dark.png
tests/test_plot_data/output/use_default.png