{"id":26927428,"url":"https://github.com/mjibson/go-dsp","last_synced_at":"2025-04-02T04:01:59.260Z","repository":{"id":44763641,"uuid":"2693333","full_name":"maddyblue/go-dsp","owner":"maddyblue","description":"Digital Signal Processing for Go","archived":false,"fork":false,"pushed_at":"2023-10-09T14:20:57.000Z","size":133,"stargazers_count":847,"open_issues_count":7,"forks_count":89,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-07-17T15:07:30.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/mjibson/go-dsp","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maddyblue.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}},"created_at":"2011-11-02T06:28:41.000Z","updated_at":"2024-06-25T17:12:05.000Z","dependencies_parsed_at":"2024-04-15T21:50:47.322Z","dependency_job_id":null,"html_url":"https://github.com/maddyblue/go-dsp","commit_stats":null,"previous_names":["maddyblue/go-dsp","mjibson/go-dsp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddyblue%2Fgo-dsp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddyblue%2Fgo-dsp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddyblue%2Fgo-dsp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maddyblue%2Fgo-dsp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maddyblue","download_url":"https://codeload.github.com/maddyblue/go-dsp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246752620,"owners_count":20827987,"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","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":[],"created_at":"2025-04-02T04:01:58.609Z","updated_at":"2025-04-02T04:01:59.239Z","avatar_url":"https://github.com/maddyblue.png","language":"Go","readme":"# GO-DSP\n\ngo-dsp is a digital signal processing package for the [Go programming language](http://golang.org).\n\n## Packages\n\n* **[dsputils](http://godoc.org/github.com/mjibson/go-dsp/dsputils)** - utilities and data structures for DSP\n* **[fft](http://godoc.org/github.com/mjibson/go-dsp/fft)** - fast Fourier transform\n* **[spectral](http://godoc.org/github.com/mjibson/go-dsp/spectral)** - power spectral density functions (e.g., Pwelch)\n* **[wav](http://godoc.org/github.com/mjibson/go-dsp/wav)** - wav file reader functions\n* **[window](http://godoc.org/github.com/mjibson/go-dsp/window)** - window functions (e.g., Hamming, Hann, Bartlett)\n\n## Installation and Usage\n\n```$ go get github.com/mjibson/go-dsp/fft```\n\n```\npackage main\n\nimport (\n        \"fmt\"\n        \n        \"github.com/mjibson/go-dsp/fft\"\n)\n\nfunc main() {\n        fmt.Println(fft.FFTReal([]float64 {1, 2, 3}))\n}\n```\n","funding_links":[],"categories":["科学和数据分析","Science and Data Analysis","科学与数据分析","数据分析与数据科学","\u003cspan id=\"科学和数据分析-science-and-data-analysis\"\u003e科学和数据分析 Science and Data Analysis\u003c/span\u003e","Relational Databases"],"sub_categories":["Advanced Console UIs","HTTP Clients","HTTP客户端","查询语","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","交流"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjibson%2Fgo-dsp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjibson%2Fgo-dsp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjibson%2Fgo-dsp/lists"}