├── DSP_REPORT .pdf ├── GSC_final.c ├── GSC_final.dpj ├── GSC_non_realtime.C ├── GSC_vad.rtf ├── README.md ├── dspproject.m ├── framework.c ├── framework.h └── gsc_vad.m /DSP_REPORT .pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/DSP_REPORT .pdf -------------------------------------------------------------------------------- /GSC_final.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/GSC_final.c -------------------------------------------------------------------------------- /GSC_final.dpj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/GSC_final.dpj -------------------------------------------------------------------------------- /GSC_non_realtime.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/GSC_non_realtime.C -------------------------------------------------------------------------------- /GSC_vad.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/GSC_vad.rtf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Generalised-Side-Lobe-Canceller -------------------------------------------------------------------------------- /dspproject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/dspproject.m -------------------------------------------------------------------------------- /framework.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/framework.c -------------------------------------------------------------------------------- /framework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/framework.h -------------------------------------------------------------------------------- /gsc_vad.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Akki369/Generalised-Side-Lobe-Canceller/HEAD/gsc_vad.m --------------------------------------------------------------------------------