Feeds
질문
How should I generate a rectone from the following Matlab code
function S=recttone(F,FS,LEN,PHASE) FS=8000; S=recttone(440,FS,0.5,pi/4); sound(0.9*S,FS); frequency F, sampling...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
How should I generate a Matlab code for tenttone using the following information
TENTTONE Generates a triangularly shaped tone. % S = TENTTONE(F,FS,LEN,PHASE) generates signal vector S that represents ...
거의 9년 전 | 답변 수: 2 | 0