Question


trying to give audio input signal to ode but getting inaccurate results
I am giving external input signal to adaptive hopf oscillator and i want to adapt audio input signal frequency. I have done it u...

11 years ago | 0 answers | 0

0

answers

Question


how to split large vector in small vector groups ?
Hello how to split large coloumn vector in small vector group ? i am using audio file input, it gave me very large colou...

11 years ago | 1 answer | 0

1

answer

Answered
How could i give audio file as an external input to system in matlab ?
thanks Walter and small doubt if the file is stereo then i have to use left and right coloumn and if file is mono then i can...

11 years ago | 0

Question


How could i give audio file as an external input to system in matlab ?
Hello, I have matlab code. Right now in this code i am giving *_fi_* as a external input that is *_fi = cos(10*Tspan)_* but ...

11 years ago | 3 answers | 0

3

answers

Question


implementing input signal with 2 different frequencies for different time span
Hello, I want to simulate a signal with 2 different frequencies for 2 different time span. For example.. ttotal = 0:200 f...

11 years ago | 1 answer | 0

1

answer

Question


how to generate chirp signal ?
How to generate chirp signal for this scenario? Hello , i have adaptive oscillator matlab code . ***********************...

11 years ago | 1 answer | 0

1

answer

Question


trying to implement nonlinear ODE equation
i have three nonlinear oscillator equation 1 ) dx/dt = (mu-r^2)x - w*y +K*F 2) dy/dt = (mu-r^2)y + w*x 3) dw/dt = (-K*F...

11 years ago | 1 answer | 0

1

answer

Question


nonlinear ordinary differntial equations
i have three nonlinear oscillator equation 1 ) dx/dt = (mu-x^2-y^2)x - w*y +K*F 2) dy/dt = (mu-x^2-y^2)y + w*x 3) dw...

11 years ago | 1 answer | 0

1

answer

Question


How to implement coupled ordinary differential equations in Matlab
I am trying to implement adaptive hopf oscillator. i have to implement these dynamics eqution dx/dt = (mu - r^2)x - wy +K...

11 years ago | 2 answers | 0

2

answers