rectifiers 整流器
half-wave rectifiers 半波整流器
full-wave rectifiers 全波整流器
diode rectifier 二極體整流器
Information about Electrical, Electronic, Communication and Computer Engineering 電機、電子、通訊、電腦資訊工程的學習筆記
相關資訊~生醫工程:StudyBME
聽力科技相關資訊:電子耳資訊小站
iOS程式語言:Study Swift
樹莓派和Python:Study Raspberry Pi
2017/07/31
2017/07/24
Matlab: Play Demo Sounds
It is very easy to play some demo sounds with Matlab commands using the sound function.
To play a female speaker saying 'Matlab' type:
>> load mtlb
>> sound(mtlb,Fs)
Note that the workspace contains mtlb and Fs, so sound(mtlb,Fs) is called.
You may clear the workspace with the the clear command:
>> clear
To play a snippet of Handel's Hallelujah Chorus, type:
>> load handel
>> sound(y,Fs)
There are also other sounds you may load:
load chirp
load gong
load laughter
load train
References:
Formant Estimation with LPC Coefficients
Record and Play Audio
Sound + FFT
To play a female speaker saying 'Matlab' type:
>> load mtlb
>> sound(mtlb,Fs)
Note that the workspace contains mtlb and Fs, so sound(mtlb,Fs) is called.
You may clear the workspace with the the clear command:
>> clear
To play a snippet of Handel's Hallelujah Chorus, type:
>> load handel
>> sound(y,Fs)
There are also other sounds you may load:
load chirp
load gong
load laughter
load train
References:
Formant Estimation with LPC Coefficients
Record and Play Audio
Sound + FFT
訂閱:
文章 (Atom)