how to plot inverse of a vector field from one domain to another?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Suppose I have two domains:
D1: A deformed annulus
D2: A perfect annulus with inner radius 0.71392 and outer radius 1.
I have a vector field in the perfect annulus that looks like the following:
Now I want to apply the inverse function to find the corresponding vector field in my deformed annulus. But the inverse function is given by a set of complex numbers as below:
1.9243 - 2.3448i
-1.8310 + 1.0974i
-0.9593 - 1.2293i
2.5280 - 0.0000i
0.3371 + 2.2727i
1.6976 + 1.9680i
-2.1892 - 0.4916i
0.0680 - 2.7720i
-0.7310 + 0.8907i
-1.7848 - 1.5396i
1.7735 - 0.5859i
2.1590 + 1.2940i
-1.6775 - 0.0824i
-0.1903 + 1.2832i
2.5517 - 1.3639i
-0.8730 - 2.4399i
-0.9501 + 1.6772i
0.5269 - 2.1037i
0.4784 + 1.5771i
How to use these set of complex numbers to create the vector field in the deformed annulus?
2 Kommentare
KSSV
am 9 Aug. 2021
What do you mean by deformed anulus exactly? How you got this? I suspect some concept is missing here. You need to explain your exact problem you trying to solve.
Antworten (1)
KSSV
am 9 Aug. 2021
As you have the (x,y) for deformed annulus, you can go ahaead with the same procedure to get the vectors, isn't it?
If the given complex numbers are obtained from fft, have a look on ifft. Carry on inverse fft.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Multirate Signal Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!