├── Disturbance_generation.py ├── M5_Network.py ├── Noise_Cancellation_GFANC.ipynb ├── Pz and Sz └── Dongyuan │ ├── Primary_path.mat │ └── Secondary_path.mat ├── README.md ├── Reading_path_test.py ├── Real Noise Examples ├── Aircraft.wav ├── Helicopter.wav └── Traffic.wav ├── loading_real_wave_noise.py └── models ├── M6_res_Synthetic.pth └── Pretrained_Sub_Control_filters.mat /Disturbance_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/Disturbance_generation.py -------------------------------------------------------------------------------- /M5_Network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/M5_Network.py -------------------------------------------------------------------------------- /Noise_Cancellation_GFANC.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/Noise_Cancellation_GFANC.ipynb -------------------------------------------------------------------------------- /Pz and Sz/Dongyuan/Primary_path.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/Pz and Sz/Dongyuan/Primary_path.mat -------------------------------------------------------------------------------- /Pz and Sz/Dongyuan/Secondary_path.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/Pz and Sz/Dongyuan/Secondary_path.mat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/README.md -------------------------------------------------------------------------------- /Reading_path_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/Reading_path_test.py -------------------------------------------------------------------------------- /Real Noise Examples/Aircraft.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/Real Noise Examples/Aircraft.wav -------------------------------------------------------------------------------- /Real Noise Examples/Helicopter.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/Real Noise Examples/Helicopter.wav -------------------------------------------------------------------------------- /Real Noise Examples/Traffic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/Real Noise Examples/Traffic.wav -------------------------------------------------------------------------------- /loading_real_wave_noise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/loading_real_wave_noise.py -------------------------------------------------------------------------------- /models/M6_res_Synthetic.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/models/M6_res_Synthetic.pth -------------------------------------------------------------------------------- /models/Pretrained_Sub_Control_filters.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/GFANC-Generative-fixed-filter-active-noise-control/HEAD/models/Pretrained_Sub_Control_filters.mat --------------------------------------------------------------------------------