Statistics
2 Questions
0 Answers
RANK
103,596
of 301,570
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,333
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,498
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I wish to get the spectrum (Magnitude vs Frequency(Hz)) of a pure tone(1 kHz). However, the piece of code I'm employing to do so isn't working. What am I doing wrong?
%fft of puretone %the cell puretone{1,1} contains the puretone fft_puretone{1,1} = abs(fftshift(fft(puretone{1,1}))); p...
9 years ago | 1 answer | 0
1
answerQuestion
I am getting the error message "Error using audioread (line 135) Could not seek in file. Sample accurate seeking is not supported for this file on the current platform." How can I resolve this?
I am trying to read audio files using the audioread function. I have added the folder where the file (*.wav) is to the MATLAB cu...
9 years ago | 1 answer | 0
