Statistics
RANK
178,698
of 295,467
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
7 years ago | 0 answers | 0
0
answersQuestion
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...
7 years ago | 2 answers | 0
2
answersQuestion
Creating Loop using while
function [r] = func(~) r = 10000; m = 3; while (m ~=0); r = (10^(-m)*r); m = m - 1; end I kee...
11 years ago | 1 answer | 0
1
answerDisplaying 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...
11 years ago | 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...
11 years ago | 1 answer | 0
1
answerQuestion
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 = ...
11 years ago | 2 answers | 0