Statistiques
RANG
183 251
of 301 344
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 21 239
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 174 068
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
1 Public Chaîne
CLASSEMENT MOYEN
30
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Verification of system characteristics
% FOR TIME VARITANT OR INVARIANT clc clear all close all t=-5:0.001:5 l=length(t) for i=1:l if t(i)>=0 x1(i)...
plus de 5 ans il y a | 0
| A accepté
Question
I'm trying to plot differential equations but it's showing errors.
Here is the code..... clc clear all close all syms i(t) di = diff(i); d2i = diff(i,2); z = dsolve((d2i+40*di+1000*i(t)) =...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Verification of system characteristics
% FOR CHECKING SYSTEM IS TIME VARIANT OR INVARIANT (1ST BIT) clc clear all close all t=-5:0.001:5 l=length(t) for i=1:l ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Calculate the energy of the signal, find odd and even component and then plot it.
This is what my teacher have told to me. ONLY HOW TO CLACULATE ENERGY. clc clear all close all syms x t x=exp(-2.^t); ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
determine whether or not the following signals are periodic
clc clear all close all t= -4 : 0.005 : 4; a=1; %FOR X(T) subplot(2,1,1) c1=2*pi; c2=4*pi; x2=a*cos(c1.*t); x1=a*cos...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Windowing a sine signal
I dont know what is windowing. Or it is writen wrong, So correct me if it is wrong and help me to solve this problem. I tried...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Signal generation and cutting
How can i generate a signal like this? Please help me. And i dont know what is it called.
plus de 5 ans il y a | 1 réponse | 0

