{"id":13714372,"url":"https://github.com/xaionaro-go/wavelib","last_synced_at":"2026-06-17T10:32:02.572Z","repository":{"id":45736667,"uuid":"427532552","full_name":"xaionaro-go/wavelib","owner":"xaionaro-go","description":"Go bindings for C library \"wavelib\"","archived":false,"fork":false,"pushed_at":"2021-11-13T00:45:58.000Z","size":5,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-27T04:17:23.383Z","etag":null,"topics":["bindings","bior","cgo","cwt","dwt","go","golang","haar","swt","transform","wavelet","wavelib"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xaionaro-go.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":"2021-11-13T00:33:41.000Z","updated_at":"2022-03-06T04:20:02.000Z","dependencies_parsed_at":"2022-08-05T03:00:17.915Z","dependency_job_id":null,"html_url":"https://github.com/xaionaro-go/wavelib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xaionaro-go/wavelib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fwavelib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fwavelib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fwavelib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fwavelib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaionaro-go","download_url":"https://codeload.github.com/xaionaro-go/wavelib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fwavelib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34445179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":["bindings","bior","cgo","cwt","dwt","go","golang","haar","swt","transform","wavelet","wavelib"],"created_at":"2024-08-02T23:01:58.246Z","updated_at":"2026-06-17T10:32:02.557Z","avatar_url":"https://github.com/xaionaro-go.png","language":"Go","funding_links":[],"categories":["Repositories"],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/xaionaro-go/wavelib?status.svg)](https://pkg.go.dev/github.com/xaionaro-go/wavelib?tab=doc)\n# Example\n```go\n\trand.Seed(0)\n\tobj := WaveInit(\"bior3.5\")\n\tdefer obj.Free()\n\n\tinput := make([]float64, 256)\n\tfor idx := range input {\n\t\tinput[idx] = rand.Float64()\n\t}\n\n\twt := WTInit(obj, \"swt\", 256, 1)\n\tdefer wt.Free()\n\n\tSetWTConv(wt, \"direct\")\n\tSWT(wt, input)\n\tfor _, value := range wt.Output() {\n\t\tfmt.Printf(\"%g\\n\", value)\n\t}\n\n\toutput := make([]float64, 256)\n\tISWT(wt, output)\n\n\tdiff := make([]float64, 256)\n\tfor i := 0; i \u003c wt.SigLength(); i++ {\n\t\tdiff[i] = output[i] - input[i]\n\t}\n\n\tfmt.Printf(\"\\n MAX %g \\n\", absMax(diff))\n\tWTSummary(wt)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaionaro-go%2Fwavelib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaionaro-go%2Fwavelib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaionaro-go%2Fwavelib/lists"}