Scilab Function
Last update : 22/8/2006

dm_updata - updata a deformable mirror.

Calling Sequence

[dm_out]=dm_updata(dm_in,dm_command,time)

Parameters

Description

update a deformable mirror according to the controlled command.

Examples

	ap=circle(12);
	act_dim=16;act_pitch=1;act_vel=1e-4;
	act=actuator_array(act_dim,act_dim,act_pitch,act_vel);
	dm=ideal_dm(ap,act);
	dm_command=pixel_array(act_dim);
	dm=dm_update(dm,dm_command,0.01);	
 

Author

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

See Also

ideal_dm ,   dm_pi_update ,   ideal_dm_transform ,