Skip to content

Commit 70e4e29

Browse files
committed
Update CHANGELOG.md to include Gaussian and Brickwall frequency filter features
1 parent 94d45fc commit 70e4e29

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
77

88
💥 New features and enhancements:
99

10-
*
10+
* New image processing features:
11+
* Added new "Gaussian frequency filter" feature:
12+
* This feature allows to filter an image in the frequency domain using a Gaussian filter.
13+
* It is implemented in the `sigima.proc.image.freq_fft` function.
14+
15+
* New signal processing features:
16+
* Added "Brickwall frequency filter" feature:
17+
* This feature allows to filter a signal in the frequency domain using a brickwall filter.
18+
* It is implemented in the `sigima.proc.signal.freq_fft` function, among the other frequency domain filtering features that were already available (e.g., `Bessel`, `Butterworth`, etc.).
1119

1220
## sigima 0.2.0 ##
1321

0 commit comments

Comments
 (0)