photo

Matthew


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

Feeds

Ver por

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta