How to plot a graph on frequency domain when i don't have any time parameter?

조회 수: 2 (최근 30일)
shahriar sowad
shahriar sowad 2021년 5월 28일
댓글: shahriar sowad 2021년 5월 29일
I have plotted a graph in comsoll Frequency vs S11 plot,i need to transform it in frequency domain spectrum.How to do it?
  댓글 수: 4
shahriar sowad
shahriar sowad 2021년 5월 29일
I was told to use FFT to plot in the frequency domain,i have no idea hopow to do it when i have no time values in the x axis

댓글을 달려면 로그인하십시오.

답변 (1개)

Girijashankar Sahoo
Girijashankar Sahoo 2021년 5월 28일
You are calculating return loss parameter with frequency.
Calculate PSD input and PSD of return signal
X(K)=(1/N)*fft(x(n)); PSDX=Pi=abs(X(K)*X(K)')
Y(K)=(1/N)*fft(y(n));PSDY=Pr=abs(Y(K)*Y(K)')
S11= 10log(Pi/Pr)
plot(f,S11)
  댓글 수: 1
shahriar sowad
shahriar sowad 2021년 5월 28일
i Have frequency values in the x axis and S11 values in the y axis,i now want to plot the frequency domain from these values,how do i do it?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by