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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答