I would like to evaluate power spectrum (amplitude) changes in several tens of seconds length sound record, only on some chosen frequencies. The sound has spectrum like this (mobile phone app analysation):
I want to plot time changes in only some separate frequences, e.g. on 4kHz and 8kHz, as the time curves. No spectragraph.
Example: The sound has 30 second in length. I want to get power spectrum by FFT, take only frequencies on 4kHz and 8kHz and get two separate curves in one figure of apmlitudes on 4kHz and 8kHz in time.
How would I do that in Matlab?