photo

bribee


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


Matlab Error using .*. Matrix dimensions must agree
Hello! I am trying to run this code but I keep getting error. time_res = 1e-2; T = 15; t_lim = -T:T; N = 40; k = ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to properly call a function in a separate m-file?
I have created the following function in a separate m-file called "fourierCompute.m" function [Ck, Basis, t, x] = fourierCo...

alrededor de 7 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How do I find the Fourier series of a Sawtooth wave?
I have the following sawtooth wave function : T = 2* 4; Fs = 1000; dt = 1/Fs; t=-5:dt:T-dt; x = -sawtooth (pi/2*t, 0.5);...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I recreate this wave using the sawtooth wave function?
I am trying to recreate this plot in matlab using the sawtooth() function. I have a good start, but I'm having a hard time figur...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta