필터 지우기
필터 지우기

how to save two variables csv file

조회 수: 1 (최근 30일)
sam aldoss
sam aldoss 2018년 10월 8일
how to save two variables csv file in matlab for x and t from wav file ,and do that for multiple wav file
I use this code to read the wav file
% load an audio file [x, fs] = audioread('a66.wav');
x = x(:, 1); % get the first channel N = length(x); % signal length t = (0:N-1)/fs; % time vector
save a66.csv x -ascii -double

답변 (0개)

카테고리

Help CenterFile Exchange에서 Audio I/O and Waveform Generation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by