The method applied was the well-established box-counting.#Known mathematical fractals from the literature were used to validate the software, which presented the expected values of fractal dimensions for such objects. In the experimental group, irradiated with gamma radiation, it was observed changes ...
(signal))# Add noise# Decompose signal using Empirical Mode Decomposition (EMD)components=nk.signal_decompose(signal,method='emd')nk.signal_plot(components)# Visualize components# Recompose merging correlated componentsrecomposed=nk.signal_recompose(components,threshold=0.99)nk.signal_plot(recomposed)# ...