Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
MATLAB Code
a guest
Jan 4th, 2018
1,654
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
MatLab
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
>>
[
y, Fs
]
= audioread
(
'M1 - 1.wav'
)
;
>> X =
fft
(
y
)
;
>> X = X
(
1
:
length
(
y
)
/
2
+
1
)
;
>> freq =
0
:Fs/
length
(
y
)
:Fs/
2
;
>>
plot
(
freq,
abs
(
X
)
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $900 INSTANTLY 9
JavaScript | 23 sec ago | 0.08 KB
✅ MAKE $12OO IN 10 MIN 4
JavaScript | 32 sec ago | 0.08 KB
Make 1500$ in 20 MIN [Method] F
JavaScript | 1 min ago | 0.08 KB
Make 1500$ in 20 MIN [Method] O
JavaScript | 1 min ago | 0.08 KB
FREE BTC GUIDE 8
JavaScript | 2 min ago | 0.08 KB
Untitled
JSON | 2 min ago | 2.64 KB
Make $200 in 15 minutes 8
JavaScript | 2 min ago | 0.08 KB
MAKE $900 INSTANTLY 9
JavaScript | 3 min ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!