Community Profile

photo

Matthew


2014년부터 활동

통계

Content Feed

보기 기준

질문


I'm trying to make a function to create a chirp signal with a clip distortion, when I run the function, It won't play and just displays columns, where is the problem?
function Signal = SignalGen(StartFrequency, EndFrequency, Duration, Amplitude, ClipThreshold, Fs) Ts = 1/Fs; Time = 0:Ts:Durat...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


I'm trying to produce a sampled piano note and I keep getting the error "Index exceeds matrix dimensions." I'm not sure where i've gone wrong :/
%% Part 1: Preparing the signal [pianosig,Fs]=wavread('piano_A.wav'); %% Imports the piano signal Length=length(pianosig...

대략 10년 전 | 답변 수: 1 | 0

1

답변