Scilab Function
Last update : 21/8/2006

ideal_dm - construct a ideal deformable mirror.

Calling Sequence

[dm]=ideal_dm(ap,act_arr)

Parameters

Description

construct a ideal deformable mirror. The dynamic model for the motion of the actuators does not contain any fancy motion, such as: hysteresis, and uses a constant velocity approximation to move the actuators.

Examples

	ap=circle(5);
	act_dim=8;act_pitch=1;act_vel=1e-4;
	act=actuator_array(act_dim,act_dim,act_pitch,act_vel);
	dm=ideal_dm(ap,act);
 

Author

Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)

See Also

actuator_array ,   dm_pi_controller ,   dm_update ,   set_dm_timestamp ,   set_dm_actuator_positions ,   set_dm_actuator_commands ,   ideal_ttm ,   ideal_dm_transform ,   df_mirror ,