User Guide¶
See also
User Guide - API
User Guide is in a continues development. It is not a complete guide yet, we are keep updating the contents. For now, please check the API: API Reference, which is the most complete documentation of all the functions and modules.
- 1. Information Theory
- 1.1. Entropy
- 1.1.1. Entropy with discreet source
- 1.1.2. Rényi entropy of order \(\alpha\)
- 1.1.3. Entropy for real-valued source
- 1.1.4. Shannon Entropy \(H(X)\)
- 1.1.5. Mutual Information \(I(X;Y)\)
- 1.1.6. Joint-Entropy \(H(X;Y)\)
- 1.1.7. Conditional Entropy \(H(X|Y)\)
- 1.1.8. Cross Entropy \(H_{xy}(X,Y)\)
- 1.1.9. Cross Entropy: KL-Divergence \(H_{kl}(X,Y)\)
- 1.1.10. Approximate Entropy \(H_{ae}(X)\)
- 1.1.11. Sample Entropy \(H_{se}(X)\)
- 1.1.12. Spectral Entropy \(H_{f}(X)\)
- 1.1.13. SVD Entropy \(H_{\Sigma}(X)\)
- 1.1.14. Permutation Entropy \(H_{\pi}(X)\)
- 1.1.15. Sample Entropy & Approximate Entropy
- 1.1.16. Spectral Entropy & Permutation Entropy
- 1.2. Dispersion and Differential Entropy
- 1.2.1. Dispersion Entropy \(H_{de}(X)\)
- 1.2.2. Multi-scale Dispersion Entropy
- 1.2.3. Dispersion Entropy & Shannon Entropy
- 1.2.4. Dispersion Entropy & Sample Entropy
- 1.2.5. Differential Entropy Functions \(H_{\partial}(\cdot)\)
- 1.2.6. Differential Entropy \(H_{\partial}(X)\)
- 1.2.7. Self-Conditional Entropy \(H_{\partial}(X_{i+1}|X_{i})\)
- 1.2.8. Conditional Entropy \(H_{\partial}(X_{i+1}|X_{i},Y_{i})\)
- 1.2.9. Joint Entropy \(H_{\partial}(X,Y)\)
- 1.2.10. Self-Mutual Information \(I_{\partial}(X_{i+1}|X_{i})\)
- 1.2.11. Mutual Information \(I_{\partial}(X,Y)\)
- 1.3. Applications
- 1.1. Entropy
- 2. Signal Filtering
- 3. Wavelet Analysis
- 4. Signal Analysis
- 5. Biomedical Signal Processing
- 5.1. EEG: Electroencephalography
- 5.2. ECG: Electrocardiography
- 5.3. EGM: Electrogram
- 5.4. MEA: Multi-Electrode Array Processing
- 5.4.1. Complete Analysis of a recording
- 5.4.2. Step-wise Analysis
- 5.4.3. 1. Read HDF File
- 5.4.4. 2. Stim Localisation
- 5.4.5. 3. Alignment of Stim Cycles
- 5.4.6. 4. Averaging Cycles or Selecting one
- 5.4.7. 5. Activation Time
- 5.4.8. 6. Repolarisation Time (optional)
- 5.4.9. 7. APD (if RT is computed)
- 5.4.10. 8. Extracting EGM
- 5.4.11. 9. EGM Feature Extraction
- 5.4.12. 10. Identifying BAD Channels/electrodes
- 5.4.13. 11. Creating Feature Matrix
- 5.4.14. 12. Interpolation
- 5.4.15. 13. Conduction Velocity
- 5.4.16. Plots and Figures
- 5.4.17. Extracting EGM
- 5.4.18. EGM Processing & Feature Extractions
- 5.4.19. Conduction and Activation Map
- 6. Machine Learning
- 7. Statistics/Utilities
- 8. Data Samples