# ecg-data-analyzer-and-cleaner **Repository Path**: Psephurus/ecg-data-analyzer-and-cleaner ## Basic Information - **Project Name**: ecg-data-analyzer-and-cleaner - **Description**: 心电信号处理为庞加莱散点图的工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-06-23 - **Last Updated**: 2025-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据处理 ## 打包 ```shell python -m nuitka --standalone --onefile --mingw64 --enable-plugin=tk-inter --include-module=numpy --include-module=scipy --windows-console-mode=disable ecg_analyzer.py ``` ```shell python -m nuitka --standalone --onefile --enable-plugin=tk-inter --enable-plugin=matplotlib --windows-icon-from-ico=icon.ico --windows-console-mode=disable data_selection_app.py ```