• Search by Module
  • Search by Words
  • Search Projects
Top Python APIs Popular Projects
  • Java
  • Python
  • C++
  • Scala
  • Blog
Project: NeuroKit (GitHub Link)
  • NeuroKit-master
    • .codeclimate.yml
    • .github
      • PULL_REQUEST_TEMPLATE.md
      • ISSUE_TEMPLATE
        • feature-idea.md
        • question.md
        • bug_report.md
      • FUNDING.yml
      • workflows
        • style.yml
        • releasePR.yml
        • checks.yml
        • release-drafter.yml
        • release.yml
        • tests.yml
      • CONTRIBUTING.rst
      • CODE_OF_CONDUCT.md
      • release-drafter-config.yml
    • neurokit2
      • epochs
        • epochs_create.py
        • epochs_to_df.py
        • epochs_plot.py
        • __init__.py
        • epochs_to_array.py
        • eventrelated_utils.py
      • bio
        • bio_analyze.py
        • bio_process.py
        • __init__.py
      • emg
        • emg_activation.py
        • emg_analyze.py
        • emg_simulate.py
        • emg_eventrelated.py
        • emg_clean.py
        • emg_plot.py
        • __init__.py
        • emg_process.py
        • emg_intervalrelated.py
        • emg_amplitude.py
      • eeg
        • mne_channel_add.py
        • __init__.py
        • mne_channel_extract.py
      • hrv
        • hrv.py
        • hrv_nonlinear.py
        • hrv_utils.py
        • __init__.py
        • hrv_time.py
        • hrv_frequency.py
      • eog
        • eog_process.py
        • eog_clean.py
        • eog_simulate.py
        • eog_features.py
        • eog_plot.py
        • __init__.py
        • eog_findpeaks.py
      • misc
        • listify.py
        • find_consecutive.py
        • expspace.py
        • __init__.py
        • type_converters.py
        • find_closest.py
      • data
        • data.py
        • read_acqknowledge.py
        • __init__.py
      • signal
        • signal_zerocrossings.py
        • signal_findpeaks.py
        • signal_recompose.py
        • signal_resample.py
        • signal_autocor.py
        • signal_binarize.py
        • signal_distort.py
        • signal_phase.py
        • signal_interpolate.py
        • signal_simulate.py
        • signal_synchrony.py
        • signal_fixpeaks.py
        • signal_merge.py
        • signal_psd.py
        • signal_changepoints.py
        • signal_filter.py
        • signal_decompose.py
        • signal_detrend.py
        • signal_formatpeaks.py
        • __init__.py
        • signal_rate.py
        • signal_smooth.py
        • signal_period.py
        • signal_plot.py
        • signal_power.py
      • __init__.py
      • ecg
        • ecg_rsp.py
        • ecg_phase.py
        • ecg_clean.py
        • ecg_findpeaks.py
        • ecg_segment.py
        • ecg_quality.py
        • ecg_eventrelated.py
        • ecg_simulate.py
        • ecg_rsa.py
        • ecg_peaks.py
        • ecg_plot.py
        • __init__.py
        • ecg_process.py
        • ecg_intervalrelated.py
        • ecg_delineate.py
        • ecg_analyze.py
      • rsp
        • rsp_findpeaks.py
        • rsp_peaks.py
        • rsp_phase.py
        • rsp_clean.py
        • rsp_rrv.py
        • rsp_plot.py
        • rsp_eventrelated.py
        • rsp_analyze.py
        • rsp_intervalrelated.py
        • __init__.py
        • rsp_simulate.py
        • rsp_fixpeaks.py
        • rsp_process.py
        • rsp_amplitude.py
      • stats
        • mad.py
        • standardize.py
        • hdi.py
        • rescale.py
        • correlation.py
        • summary.py
        • fit_loess.py
        • fit_polynomial.py
        • __init__.py
        • fit_error.py
        • density.py
        • distance.py
        • fit_mixture.py
        • mutual_information.py
      • ppg
        • ppg_simulate.py
        • ppg_clean.py
        • ppg_findpeaks.py
        • __init__.py
        • ppg_plot.py
        • ppg_process.py
      • eda
        • eda_simulate.py
        • eda_peaks.py
        • eda_autocor.py
        • eda_clean.py
        • eda_eventrelated.py
        • eda_process.py
        • eda_fixpeaks.py
        • eda_phasic.py
        • __init__.py
        • eda_plot.py
        • eda_analyze.py
        • eda_intervalrelated.py
        • eda_findpeaks.py
        • eda_changepoints.py
      • complexity
        • complexity_delay.py
        • fractal_dfa.py
        • complexity_embedding.py
        • fractal_correlation.py
        • complexity_dimension.py
        • fractal_mandelbrot.py
        • entropy_shannon.py
        • __init__.py
        • entropy_approximate.py
        • complexity_r.py
        • utils.py
        • entropy_multiscale.py
        • entropy_fuzzy.py
        • complexity_simulate.py
        • fractal_capacity.py
        • complexity_optimize.py
        • entropy_sample.py
      • benchmark
        • benchmark_utils.py
        • __init__.py
        • benchmark_ecg.py
      • events
        • events_to_mne.py
        • events_find.py
        • __init__.py
        • events_plot.py
    • .coveragerc
    • readthedocs.yml
    • codecov.yml
    • LICENSE
    • .binder
      • requirements.txt
    • Pipfile
    • .editorconfig
    • .gitattributes
    • paper
      • manuscript_v3.Rmd
      • figures
      • make_figures.R
      • manuscript_v2_files
        • figure-docx
        • figure-latex
      • manuscript_v3_files
        • figure-latex
      • manuscript_v2.Rmd
      • bibliography.bib
      • manuscript_v0.Rmd
      • make_figures.Rmd
      • manuscript_v1.Rmd
    • tasks.py
    • README.rst
    • setup.py
    • benchmarks
      • eog_blinktemplate
        • README.Rmd
        • utils
          • apa.csl
        • figures
        • script.py
        • bibliography.bib
      • ecg_preprocessing
        • README.Rmd
        • utils
          • apa.csl
        • data_detectors.csv
        • figures
        • data_normalization.csv
        • bibliography.bib
        • README.md
      • resampling
      • hrv_factoranalysis
        • README.Rmd
        • utils
          • apa.csl
        • figures
        • bibliography.bib
        • make_data.py
        • data.csv
        • README.md
    • data
      • eogdb
        • README.md
      • mit_arrhythmia
        • download_mit_arrhythmia.py
      • eeg.txt
      • README.rst
      • mit_normal
        • download_mit_normal.py
      • mit_nst
        • download_mit_nst.py
      • gudb
        • download_gudb.py
      • eeg_resting_8min.py
      • ludb
        • download_ludb.py
    • AUTHORS.rst
    • setup.cfg
    • .travis.yml
    • tests
      • tests_ppg.py
      • tests_emg.py
      • tests_stats.py
      • tests_eeg.py
      • tests_rsp.py
      • tests_data.py
      • tests_events.py
      • tests_signal_fixpeaks.py
      • tests_eog.py
      • tests_signal.py
      • tests_bio.py
      • tests.py
      • __init__.py
      • tests_ecg.py
      • tests_eda.py
      • ecg_data
        • good_4000_annotation.csv
      • tests_hrv.py
      • tests_ecg_delineate.py
      • tests_complexity.py
    • pytest.ini
    • scripts
      • eeg_microstates.py
    • NEWS.rst
    • pyproject.toml
    • .idea
      • NeuroKit.iml
      • inspectionProfiles
        • profiles_settings.xml
      • modules.xml
      • misc.xml
      • workspace.xml
      • other.xml
      • vcs.xml
    • .gitignore
    • docs
      • start
        • where_to_start.rst
        • learn_python.rst
        • index.rst
      • functions.rst
      • environment.yml
      • datasets.rst
      • resources
        • software.rst
        • index.rst
        • recording.rst
        • resources.rst
      • img
        • icon.ai
        • icon.ico
        • learnpython
        • logo.ai
        • clone_nk.PNG
      • examples
        • complexity.rst
        • interactive.rst
        • README.rst
        • fit_function.ipynb
        • index.rst
        • eda.ipynb
        • epochs_create.ipynb
      • introduction.rst
      • contributing
        • understanding.rst
        • first_contribution.rst
        • index.rst
        • contributing.rst
      • readme
        • README_examples.py
        • workflow.pptx
      • news.rst
      • benchmarks
        • ecg_preprocessing.rst
        • index.rst
      • tutorials
        • learnpython.rst
      • authors.rst
      • index.rst
      • conf.py
      • installation.rst
    • MANIFEST.in
    • tox.ini