├── Bcolors.py ├── Disturbance_generation.py ├── FxNLMS_algorithm.py ├── Network.py ├── Primary and Secondary Path ├── Primary_path.mat └── Secondary_path.mat ├── README.md ├── Reading_path_test.py ├── Real Noise Examples ├── Aircraft.wav ├── Connect_Aircraft_Traffic.wav ├── Mix_Aircraft_Traffic.wav └── Traffic.wav ├── SFANC-FxNLMS for ANC.ipynb ├── Trained models ├── Pretrained_Control_filters.mat └── model.pth └── loading_real_wave_noise.py /Bcolors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Bcolors.py -------------------------------------------------------------------------------- /Disturbance_generation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Disturbance_generation.py -------------------------------------------------------------------------------- /FxNLMS_algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/FxNLMS_algorithm.py -------------------------------------------------------------------------------- /Network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Network.py -------------------------------------------------------------------------------- /Primary and Secondary Path/Primary_path.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Primary and Secondary Path/Primary_path.mat -------------------------------------------------------------------------------- /Primary and Secondary Path/Secondary_path.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Primary and Secondary Path/Secondary_path.mat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/README.md -------------------------------------------------------------------------------- /Reading_path_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Reading_path_test.py -------------------------------------------------------------------------------- /Real Noise Examples/Aircraft.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Real Noise Examples/Aircraft.wav -------------------------------------------------------------------------------- /Real Noise Examples/Connect_Aircraft_Traffic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Real Noise Examples/Connect_Aircraft_Traffic.wav -------------------------------------------------------------------------------- /Real Noise Examples/Mix_Aircraft_Traffic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Real Noise Examples/Mix_Aircraft_Traffic.wav -------------------------------------------------------------------------------- /Real Noise Examples/Traffic.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Real Noise Examples/Traffic.wav -------------------------------------------------------------------------------- /SFANC-FxNLMS for ANC.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/SFANC-FxNLMS for ANC.ipynb -------------------------------------------------------------------------------- /Trained models/Pretrained_Control_filters.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Trained models/Pretrained_Control_filters.mat -------------------------------------------------------------------------------- /Trained models/model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/Trained models/model.pth -------------------------------------------------------------------------------- /loading_real_wave_noise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luo-Zhengding/SFANC-FxNLMS-ANC-Algorithm-based-on-Deep-Learning/HEAD/loading_real_wave_noise.py --------------------------------------------------------------------------------