Posts tagged "python"

Here you can find all posts associated with the tag python:


The algebraic structure of a trading stop-loss system

I'm building a trading stop-loss system, and I have discovered that it forms a neat algebraic structure.

Posted on 2023-05-07. Last updated on 2025-02-08.

, ,

Filtering noise with discrete wavelet transforms

Data is often noisy, containing a meaningful signal component as well as undesired perturbations. Many filtering techniques can be used to filter away noise. In this post, we'll see how to use discrete wavelet transforms to de-noise data.

Posted on 2022-11-23. Last updated on 2025-02-08.

, ,

Harnessing symmetry to find the center of a diffraction pattern

Diffraction patterns are very symmetric; how hard can it be to find its center?

Posted on 2021-01-23. Last updated on 2025-02-08.

,

The masked normalized cross-correlation and its application to image registration

For my first contribution to open-source library scikit-image, I implemented the masked normalized cross-correlation. This post details the why and how this happened.

Posted on 2019-04-30. Last updated on 2025-02-08.

, ,