InterGridNet: An Electric Network Frequency Approach for Audio Source Location Classification Using Convolutional Neural Networks
Implementation of InterGridNet, a RawNet-based framework for audio source location classification using Electric Network Frequency (ENF) features, as proposed by Christos Korgialas et al. in InterGridNet: An Electric Network Frequency Approach for Audio Source Location Classification Using Convolutional Neural Networks, presented at SIGNAL 2025.
InterGridNet introduces a CNN-based solution for audio source classification using ENF characteristics. The project is designed to handle raw audio recordings, process ENF signals, and classify sources across different grids.
- Clone the repository:
git clone https://github.com/yourusername/InterGridNet.git cd InterGridNet
- Place raw audio recordings in the databases/database_raw directory.
- Split large audio files into smaller segments
- Normalize and prepare the dataset
python train_model_tuner.py
python test_detectFreq.py
Feel free to send us a message for any issue.
Christos Korgialas (ckorgial@csd.auth.gr)