Exponential decay in MATLAB time to frequency domain

조회 수: 3 (최근 30일)
Ill ch
Ill ch 2019년 9월 6일
댓글: Ill ch 2019년 9월 26일
Hello Everyone,
can anybody help how i can convert time domain to frequency domain following formula? i need it for signal parametrization. If i used fft for A=1,1,1 Delta 200,200,200 Omega 100,1001,1200 and phi 0. It is possible in time domain but if i want in frequency domain then fft dont work parameter vise optimization.
ff.png
Thank you so much

채택된 답변

Greg Wolff
Greg Wolff 2019년 9월 24일
If I understood the question correctly, you can use a Laplace table to look for solutions:
You can then translate to the frequency domain if need be:
  댓글 수: 3
Greg Wolff
Greg Wolff 2019년 9월 26일
Cool. Glad you found a solution.
Just to provide a bit of context for other readers:
Star Strider's response essentially uses same idea. But instead of looking up the Laplace transform in a table, the code in Star Strider's response performs the Laplace Transform symbolically for the specific equation.
for generalized information about transformation from the time-domain to the frequency-domain.
The MATLAB Code provided in that response does require the Symbolic Math Toolbox, so if you don't have access to that, you will need to use some other method to transform your equation to the frequency domain.
Either you can look up a table, solve it analytically yourself, or perhaps use another software that performs algebraic maths to solve for your equation.
Ill ch
Ill ch 2019년 9월 26일
Thank you very much for kind informations. Its right here symbolic toolbox is necessary however in your code not.

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

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

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

제품

Community Treasure Hunt

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

Start Hunting!

Translated by