Difference between revisions of "No dist.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:no_dist.m}} __NOTOC__ A distortion function that applies no distortion and therefore has a unit Jacobian. ==Syntax== [w,J]=no_dist(w) ==Arguments==...")
 
(Normalise sequential blank lines)
Line 19: Line 19:
 
==See also==
 
==See also==
 
[[Optimal_control_module#Optimal_control_function_list:_distortions_and_penalties|Optimal_control_function_list:_distortions_and_penalties]]
 
[[Optimal_control_module#Optimal_control_function_list:_distortions_and_penalties|Optimal_control_function_list:_distortions_and_penalties]]
 
  
 
''Version 2.11, authors: [[Uluk Rasulov]], [[Ilya Kuprov]]''
 
''Version 2.11, authors: [[Uluk Rasulov]], [[Ilya Kuprov]]''

Revision as of 12:28, 25 April 2026

A distortion function that applies no distortion and therefore has a unit Jacobian.

Syntax

   [w,J]=no_dist(w)

Arguments

   w         - waveform, a numerical array

Outputs

   w         - the same waveform as the input

   J         - a sparse unit matrix with the dimension 
               matching the vectorisation of the input

See also

Optimal_control_function_list:_distortions_and_penalties

Version 2.11, authors: Uluk Rasulov, Ilya Kuprov