This repository implements a deep learning-based seismic data denoising method that combines Feature Mode Decomposition (FMD) with a Dual-Wavelet Transform Spatial Attention UNet (DWT-S-UNet) ...
EE473_project/ ├── core/ # Custom DSP algorithms (organized by function) │ ├── __init__.py │ ├── filters.py # Wavelet filters and basic operations │ ├── cwt.py # Continuous Wavelet Transform │ ├── dwt ...