简体   繁体   English

检查MRI k空间中的共轭对称性

[英]Checking Conjugate symmetry in MRI k-space

I have a 2-D k-space data of size 256X256 . 我有一个大小为256X256 2-D k-space数据。 I learned that K-space data satisfies conjuage symmetry property s(-x) = s*(x) . 我了解到K空间数据满足共轭对称性s(-x) = s*(x) How can I view this symmetry from k-space data using matlab. 如何使用Matlab从k空间数据中查看这种对称性。 Though conjugate symmetry is not perfect due phase errors, I feel the magnitude part of complex numbers should be equal. 尽管共轭对称由于相位误差而并非完美,但我觉得复数的大小部分应该相等。

In matlab, I see matrix indexing is from 1 to 256. If I take 128 row as the central axis, there are 128 above central axis 127 below central axis. 在matlab中,我看到矩阵索引从1到256。如果我以128行为中心轴,则中心轴上方有128行,而中心轴下方有128行。 Then how I can associate matrix elements diagonally to check for conjugate symmetry? 那我如何对角关联矩阵元素以检查共轭对称性呢?

Thanks. 谢谢。

我会尝试使用triu和tril( http://fr.mathworks.com/help/matlab/ref/triu.html?refresh=true )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM