www.gusucode.com > matlab 案例源码 matlab代码程序 > matlab/PlaySampleDataatSpecificSampleRateSoundScExample.m

    %% Play Sample Data at Specific Sample Rate  
% Play an excerpt from Handel's "Hallelujah Chorus" at twice the recorded
% sample rate.   

%%  
load handel.mat;
soundsc(y, 2*Fs);