Statistiques
RANG
178 711
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
20.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
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
Feeds
Question
I am looking to find the following things is there an easy way to find each of these with out ploting?
the attenuation (in dB) at the Nyquist frequency? pass-band peak value (linear scale) Assume the edge of the passband is the...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
I am getting the wrong plots for g1 and g2..help
t = 1:500; A = 4;B = 10;C = 2.4; D = 2; g = sin(t/30); %Original Sin Wave g1 = A*g.*(t+B); %1st wave tr...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Creating Loop using while
function [r] = func(~) r = 10000; m = 3; while (m ~=0); r = (10^(-m)*r); m = m - 1; end I kee...
environ 11 ans il y a | 1 réponse | 0
1
réponseDisplaying a quadratic equation
I got the answer I was having problem with a simple problem i was missing a semi colon lol function parallel = parallel(R) R...
environ 11 ans il y a | 0
Question
Plotting the R(n) and compute n
Help please im so lost Let Rn denote the equivalent resistance of n resistors connected in parallel, each having resistance R...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Displaying a quadratic equation
Hi im very new to Matlab and help would be greatly appreciative Consider the quadratic equation of the form: ax^2 + bx + c = ...
environ 11 ans il y a | 2 réponses | 0