Equalizer
-
Hey everyone, I want to prepare an equalizer for a little project of mine. I did some googling but all I found was preparing an equalizer was completely about DSP. I am trying to find some useful books about DSP, but in the meantime, does anyone have a useful resource? Or can anyone point me in the right direction? Any help would be greatly appreciated! Thank you.
-
Hey everyone, I want to prepare an equalizer for a little project of mine. I did some googling but all I found was preparing an equalizer was completely about DSP. I am trying to find some useful books about DSP, but in the meantime, does anyone have a useful resource? Or can anyone point me in the right direction? Any help would be greatly appreciated! Thank you.
Hello, First of all, here on Codeproject there are few articles that could help you. Look for keywords like FFT, Guitar tune. They actually cover most of things you want to know about when writing one, at least, basics. Getting ready to use code that will do discrete fourier transform for you isn't hard, and that's actually most of DSP you actually will need. As for more specific algorithms, chapter 12 of this book would be good start I guess. Hope those general ideas were helpful at least a bit.
-
Hello, First of all, here on Codeproject there are few articles that could help you. Look for keywords like FFT, Guitar tune. They actually cover most of things you want to know about when writing one, at least, basics. Getting ready to use code that will do discrete fourier transform for you isn't hard, and that's actually most of DSP you actually will need. As for more specific algorithms, chapter 12 of this book would be good start I guess. Hope those general ideas were helpful at least a bit.
-
Hey everyone, I want to prepare an equalizer for a little project of mine. I did some googling but all I found was preparing an equalizer was completely about DSP. I am trying to find some useful books about DSP, but in the meantime, does anyone have a useful resource? Or can anyone point me in the right direction? Any help would be greatly appreciated! Thank you.