Community Profile

photo

Matthew


2014 年からアクティブ

Followers: 0   Following: 0

連絡

統計

Feeds

表示方法

質問


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

回答