{"id":16440209,"url":"https://github.com/soypat/tvd","last_synced_at":"2025-10-18T04:04:30.925Z","repository":{"id":181098260,"uuid":"666216535","full_name":"soypat/tvd","owner":"soypat","description":"Total Variation Denoising filter.","archived":false,"fork":false,"pushed_at":"2023-07-14T01:58:27.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T12:40:20.506Z","etag":null,"topics":["denoising","filter","go","golang","noise","signal-processing","staircase-effect","total-variation","total-variation-denoising","tvd"],"latest_commit_sha":null,"homepage":"","language":"Go","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/soypat.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}},"created_at":"2023-07-14T01:49:21.000Z","updated_at":"2023-07-14T06:25:43.000Z","dependencies_parsed_at":"2023-07-14T02:49:26.707Z","dependency_job_id":null,"html_url":"https://github.com/soypat/tvd","commit_stats":null,"previous_names":["soypat/tvd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftvd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftvd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftvd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soypat%2Ftvd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soypat","download_url":"https://codeload.github.com/soypat/tvd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240766672,"owners_count":19854114,"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":["denoising","filter","go","golang","noise","signal-processing","staircase-effect","total-variation","total-variation-denoising","tvd"],"created_at":"2024-10-11T09:11:29.566Z","updated_at":"2025-10-18T04:04:30.842Z","avatar_url":"https://github.com/soypat.png","language":"Go","funding_links":[],"categories":["Wireless Communication"],"sub_categories":["WASI and WASM Unknown"],"readme":"# tvd\nTotal Variation Denoising filter. \n\n- Ideal for capturing edges.\n- Varying signals may artifact with \"staircase effect\", see image.\n\n\n![denoising results](./tvd1d_test.png)\n\n### Usage (1D)\n```go\n    const lambda = 2\n    var noisyData []float64 = getData()\n    denoised := tvd.Denoise1D(noisyData, lambda)\n    fmt.Println(denoised)\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoypat%2Ftvd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoypat%2Ftvd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoypat%2Ftvd/lists"}