dsp/transform: new package and initial Hilbert transform

This commit is contained in:
Robert Kleffner
2024-12-13 12:54:41 -07:00
committed by GitHub
parent c2ad6d4ef1
commit 0c3ed0bb60
4 changed files with 195 additions and 0 deletions

6
dsp/transform/doc.go Normal file
View File

@@ -0,0 +1,6 @@
// Copyright ©2024 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package transform provides important transforms on signals used in digital signal processing.
package transform // import "gonum.org/v1/gonum/dsp/transform"