photo

bribee


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 1 réponse | 1

1

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 7 ans il y a | 1 réponse | 0

1

réponse