Statistics
All
RANK
69,325
of 301,432
REPUTATION
0
CONTRIBUTIONS
1 Question
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I am anlyzing sound with a microhone and trying to plot the FFT, but I am not seeing what I expected to. After feeding the DAQ a 400Hz signal from a function generator I do not see any tones at 400Hz. Is it something wrong with the code?
y = xlsread('TrialExcel400HzOscilloscope.xlsx'); y = detrend(y); n = length(y); Fs = 48000; ...
8 years ago | 2 answers | 0
2
answersSolved
Constructing strings
* Construct a string alphaString from 'a' to endLetter, using the double colon operator. Ex: If endLetter = 'e', then alphaSt...
9 years ago