NMRPipe:MC magnitude calculation

From NMR Wiki

(Difference between revisions)
Jump to: navigation, search
Current revision (03:45, 24 January 2010) (edit) (undo)
 
(2 intermediate revisions not shown.)
Line 1: Line 1:
-
Function for magnitude calculation is '''MC'''. For each given data point it will calculate <math>\sqrt{real^2 + imaginary^2}</math>
+
Function for magnitude calculation is '''MC'''. For each given data point it will calculate new value as:
 +
 
 +
<math>val = \sqrt{re^2 + im^2}</math>
Example:
Example:
Line 6: Line 8:
[[Category:NMRPipe manuals]]
[[Category:NMRPipe manuals]]
 +
[[Category:NMRPipe]]

Current revision

Function for magnitude calculation is MC. For each given data point it will calculate new value as:

val = \sqrt{re^2 + im^2}

Example:

nmrPipe -fn  MC
Personal tools