photo

Aasha


Last seen: plus de 3 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
4 Réponses

RANG
274 819
of 301 432

RÉPUTATION
0

CONTRIBUTIONS
0 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 280

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 174 555

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to plot this sawtooth wave and its fourier approximation
freq = 1 ; % Sawtooth frequency 1Hz T = 4 * freq ; fs = 1000; % Sampling Rate t = 0:1/fs:T-1/fs; x = sawtooth(2*pi*freq...

plus de 3 ans il y a | 0

Réponse apportée
How to plot this sawtooth wave and its fourier approximation
freq = 1 ; % Sawtooth frequency 1Hz T = 4 * freq ; fs = 1000; % Sampling Rate t = 0:1/fs:T-1/fs; x = sawtooth(2*pi*freq...

plus de 3 ans il y a | 0

Réponse apportée
How to plot this sawtooth wave and its fourier approximation
TLAB Answers Toggle Sub Navigation Close Mobile Search How to plot this sawtooth wave and its fourier approximation ...

plus de 3 ans il y a | 0

Réponse apportée
How to generate piecewise periodic function in Simulink?
clear all; clc; b = 0.0004; %backlash size A = 0.0015; %input amp phi = 0.00190662; %closing angle freq = 100; %inpu...

plus de 3 ans il y a | 0