{"id":23858756,"url":"https://github.com/fncokg/pymultitaper","last_synced_at":"2025-09-08T06:30:59.543Z","repository":{"id":255025099,"uuid":"848327085","full_name":"fncokg/pymultitaper","owner":"fncokg","description":"Fast easy-to-use multitaper spectrogram and spectrum calculation with Python","archived":false,"fork":false,"pushed_at":"2025-08-29T12:51:44.000Z","size":2953,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T18:35:37.871Z","etag":null,"topics":["digital-signal-processing","multitaper","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/fncokg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-27T15:00:02.000Z","updated_at":"2025-08-28T18:50:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b990c799-c342-41e5-8492-f14b7b814602","html_url":"https://github.com/fncokg/pymultitaper","commit_stats":null,"previous_names":["fncokg/pymultitaper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fncokg/pymultitaper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fncokg%2Fpymultitaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fncokg%2Fpymultitaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fncokg%2Fpymultitaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fncokg%2Fpymultitaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fncokg","download_url":"https://codeload.github.com/fncokg/pymultitaper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fncokg%2Fpymultitaper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274145938,"owners_count":25230114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["digital-signal-processing","multitaper","python"],"created_at":"2025-01-03T03:18:05.903Z","updated_at":"2025-09-08T06:30:59.503Z","avatar_url":"https://github.com/fncokg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/fncokg/pymultitaper/blob/master/spectrogram.jpg?raw=true\" /\u003e\n\u003c/p\u003e\n\n# pymultitaper\n\n\n`pymultitaper` is a fast and easy-to-use small package for multitaper spectrogram/spectrum calculation, as well as oridnary (single-taper) spectrogram calculation.\n\n\n# Installation\n\nInstall via pip:\n\n```\npip install pymultitaper\n```\n\n# Usage\n\n```python\n\u003e\u003e\u003e from pymultitaper import multitaper_spectrogram, plot_spectrogram\n\u003e\u003e\u003e from scipy.io import wavfile\n\u003e\u003e\u003e fs, data = wavfile.read('test.wav')\n\u003e\u003e\u003e freqs,times,psd = multitaper_spectrogram(\n...     data, fs,time_step=0.001,window_length=0.005,NW=4\n... )\n\u003e\u003e\u003e fig,ax = plot_spectrogram(times,freqs,psd,cmap=\"viridis\")\n```\n\n# Documentation\n\nRefer to [pymultitaper documentation](https://fncokg.github.io/pymultitaper/) for more details.\n\n# Examples\n\n![Comparions of multitaper spectrograms](https://github.com/fncokg/pymultitaper/blob/master/spectrogram.jpg)\n\n![Comparions of multitaper spectrums](https://github.com/fncokg/pymultitaper/blob/master/spectrum.jpg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffncokg%2Fpymultitaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffncokg%2Fpymultitaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffncokg%2Fpymultitaper/lists"}