フィルターのクリア

Interpreting and Image Reconstruction from SVD Data

4 ビュー (過去 30 日間)
Suki Sule
Suki Sule 2016 年 9 月 13 日
回答済み: Jordan Ross 2016 年 9 月 19 日
When I compute the SVD of a matrix and get the U, S and V transpose matrices, how can I create an image from these results? Is there a standard code for this or it depends on my objective? I got the following results (see atached) which I want to compare. SVD1 is data from a bistatic antenna radar system while SVD2 is from a multistatic (4 antennas) radar system. I want to compare the two ie which provides more information. How do I show this from the SVD data.How can I reconstruct an image for each set of data?

採用された回答

Jordan Ross
Jordan Ross 2016 年 9 月 19 日
Hello Suki,
From what I understand, you are trying to create some sort of image to compare two sets of SVD data. How you want the image to be represented by your data will depend on your objective.
In order to create an image from a matrix of values you can use the "image" function. http://www.mathworks.com/help/matlab/ref/image.html
To recreate the image made up from the U, S, and V matrices you can refer to the following MATLAB Answers post: http://www.mathworks.com/matlabcentral/answers/2483-reconstructing-image-that-has-been-decompposed-using-svd?s_tid=answers_rc1-2_p2

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEigenvalues についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by