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 件のコメント
Walter Roberson
Walter Roberson 2021 年 5 月 28 日
plot(frequency_values, S11)
??
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 Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by