Rational fit of complex data with complex 'x'
Show older comments
Hi, I want to do a rational curve fit of a complex data y(x)= N(x)/D(x) where variable x is also complex. I have tried cftool, rationalfit but they support only real x. Would you please help?
5 Comments
Walter Roberson
on 12 Apr 2018
I am not clear here as to what are the knowns and what are unknown and what the expected outputs are? Are N and D function handles?
Are you trying to find two integer-valued but complex functions N and D such that N(x)/D(x) approximates y(x) ?
Walter Roberson
on 12 Apr 2018
Have you considered using System Identification techniques from the Control System Toolbox?
RFSignal
on 12 Apr 2018
Joao Nizer
on 11 Nov 2020
It has been a while, but did you have any progress on that @RFSignal?
I'm trying to do the same, except that my y(x) maps to a real number. I've implemented an fminsearch() algorithm to try finding the complex coefficients. But it has been a little difficult for some specific input data.
Answers (2)
RFSignal
on 12 Apr 2018
0 votes
2 Comments
Walter Roberson
on 12 Apr 2018
Is the number of coefficients the same for numerator and denominator?
RFSignal
on 12 Apr 2018
RFSignal
on 12 Apr 2018
0 votes
Categories
Find more on Rational Fitting and Time Domain Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!