Info

This question is closed. Reopen it to edit or answer.

ive got a question about signal processing. i want to take a tune, scale frequency spectrum and then play it back. main question is about scaling frequency spectrum. how can i scale all frequency range in matlab?

1 view (last 30 days)
%taking signal
ai=analoginput('winsound');
addchannel(ai,1);
set(ai,samplerate,80000);
set(ai,samplespertrigger,80000*10);
start(ai);
data=getdata(ai);

Answers (0)

Community Treasure Hunt

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

Start Hunting!