{"id":37081283,"url":"https://github.com/epsilon-deltta/ppg","last_synced_at":"2026-01-14T09:52:37.310Z","repository":{"id":56737703,"uuid":"524348280","full_name":"epsilon-deltta/ppg","owner":"epsilon-deltta","description":"ppg preprocessing (e.g., ppg\u003e spectrogram, bandpass, moving average)","archived":false,"fork":false,"pushed_at":"2022-08-14T19:56:35.000Z","size":1054,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-20T09:25:40.844Z","etag":null,"topics":["biosignal","ppg","preproc","spectrogram"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epsilon-deltta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-13T08:56:19.000Z","updated_at":"2024-10-07T00:29:51.000Z","dependencies_parsed_at":"2022-08-16T01:00:37.098Z","dependency_job_id":null,"html_url":"https://github.com/epsilon-deltta/ppg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/epsilon-deltta/ppg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsilon-deltta%2Fppg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsilon-deltta%2Fppg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsilon-deltta%2Fppg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsilon-deltta%2Fppg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epsilon-deltta","download_url":"https://codeload.github.com/epsilon-deltta/ppg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epsilon-deltta%2Fppg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biosignal","ppg","preproc","spectrogram"],"created_at":"2026-01-14T09:52:36.736Z","updated_at":"2026-01-14T09:52:37.300Z","avatar_url":"https://github.com/epsilon-deltta.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ppg\nppg preprocessing (e.g., ppg\u003e spectogram, bandpass, moving average)\n\nALL in One: Simple PPG preprocessing \n\n# Usage\n\nInstallation\n```\npip install ppg-pre\n```\n\npython usage\n```\nfrom ppg_pre import get_ppg_sample\nx = get_ppg_sample() # get sample ppg data\n\nfrom ppg_pre import ppg2specgram\nx = ppg2specgram(x) # u can get the spectrogram data\n```\n\n# Function\n\nppg2specgram function has the following processing.\n\n- interpolate\n- bandpass (0.5~10 Hz)\n- moving average (30 taps)\n- z-score normalization (mean:47, std:15)\n- spectrogram\n\n# Visualization \n\n```\nfrom matplotlib import pyplot as plt\nfrom ppg_pre import get_ppg_sample\n\nx = get_ppg_sample()\nplt.plot(x[12000:15000])\n```\n![](./assets/ppg.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepsilon-deltta%2Fppg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepsilon-deltta%2Fppg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepsilon-deltta%2Fppg/lists"}