Rational fit of complex data with complex 'x'
Mostra commenti meno recenti
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 Commenti
Walter Roberson
il 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
il 12 Apr 2018
Have you considered using System Identification techniques from the Control System Toolbox?
RFSignal
il 12 Apr 2018
Joao Nizer
il 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.
Risposte (2)
RFSignal
il 12 Apr 2018
0 voti
2 Commenti
Walter Roberson
il 12 Apr 2018
Is the number of coefficients the same for numerator and denominator?
RFSignal
il 12 Apr 2018
RFSignal
il 12 Apr 2018
0 voti
Categorie
Scopri di più su Rational Fitting and Time Domain Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!