Feeds
질문
I try to get -90 degree for the phase angle, but when using -tan(bn/an) formula I should get the answer 0 since my bn is 0... However, the answer i should get when using complex number graph the answer should be -90 degree.. How can I fix this plot?
prompt = 'Enter the value of A = '; A = input(prompt); prompt = 'Enter the value of n = '; i = input(prompt); ...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
Phase angle suppose to be -90 degree as calculated (bn(imaginary)=0 and an(real)=a number) in complex number instead the graph plotted is always 0. Help to fix the code please
prompt = 'Enter the value of A = '; A = input(prompt); prompt = 'Enter the value of n = '; i = input(prompt); n = [1:2...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
how can i got plot the phase spectrum to my fourire series?
here the coding of mine but i do not know how to plot the phase spectrum t = linspace(-2,2,10000); % time f = 0*t; ...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
can i know the way to code the square wave in Matlab?
<</matlabcentral/answers/uploaded_files/52750/13250430_1616819665303424_306175951_n.jpg>> can i know the way to code the squa...
9년 초과 전 | 답변 수: 1 | 0
