I was wondering if anyone could help me with my homework its
I was wondering if anyone could help me with my homework
it\'s in Signals & Systems course
Any help would be greatly appreciated. Thank you.
Solution
>> L=0.1;
>> C=0.001;
>> R=25/3;
>> t=0:0.001:0.12;
>> v=B1*exp(-a*t).*cos(wd*t) + B2*exp(-a*t).*sin(wd*t);
>> hold off
>> plot(1000*t,v,\'b+-\')
>> hold on
| >> t=0:0.001:0.12; >> v=B1*exp(-a*t).*cos(wd*t) + B2*exp(-a*t).*sin(wd*t); >> hold off >> plot(1000*t,v,\'b+-\') >> hold on |
