Highpass Filter Sound Help

3 Ansichten (letzte 30 Tage)
Derick Trinidad
Derick Trinidad am 10 Dez. 2019
Kommentiert: Star Strider am 10 Dez. 2019
Good afternoon,
I need to to apply fft()function to recorded audio and also apply highpass filter through it at different frequencies. It graphs just fine but i need help playing sound. I was thinking of storing each graph in an array and playing each sound at each position of the array, but i'm having problems storing these signals in an array.
Is there a more efficient way on doing this?
Please help and thank you.

Akzeptierte Antwort

Star Strider
Star Strider am 10 Dez. 2019
Store the filtered signals in a cell array (easiest). Then use the playblocking function to play them back one after the other so they do not all play at the same time.
  3 Kommentare
Derick Trinidad
Derick Trinidad am 10 Dez. 2019
Another question,
If i wanted to preallocate my cell array how would i do so for this example?
would it be like this?
fourier_array = cell(1, length(HIGH));
Star Strider
Star Strider am 10 Dez. 2019
As always, my pleasure!
Yes.
That worked when I tried it.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Audio I/O and Waveform Generation finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by