代码搜索:如何学习 Control?

找到约 10,000 项符合「如何学习 Control?」的源代码

代码结果 10,000
www.eeworm.com/read/291878/8391527

verilogview fdwt97_control.verilogview

www.eeworm.com/read/190348/8444564

vhd picoblaze_dac_control.vhd

-- -- KCPSM3 reference design - PicoBlaze driving the four channel D/A converter -- type LTC2624 from Linear Technology. -- -- Design provided and tested on the Spartan-3E Starter Kit (Revision C
www.eeworm.com/read/190348/8444576

ucf picoblaze_dac_control.ucf

# Constraints for 'picoblaze_dac_control'. # # Revision C of the Spartan-3E Starter Kit. # # Ken Chapman - Xilinx Ltd - November 2005 # Revised : 21st February 2006 # # Period constraint for 50
www.eeworm.com/read/190180/8446742

vhd control_operation_fsm.vhd

-- hds header_start -- -- VHDL Architecture UART_TXT.control_operation.symbol -- -- Created: -- by - user.group (host.domain) -- at - 19:05:13 28 Aug 2001 -- -- Generated by
www.eeworm.com/read/189642/8464139

m add_control_noise.m

function [V,G]= add_control_noise(V,G,Q, addnoise) %function [V,G]= add_control_noise(V,G,Q, addnoise) % % Add random noise to nominal control values. We assume Q is diagonal. if addnoise == 1
www.eeworm.com/read/189641/8464199

m add_control_noise.m

function [V,G]= add_control_noise(V,G,Q, addnoise) % Add random noise to nominal control values if addnoise == 1 % V= V + randn(1)*sqrt(Q(1,1)); % if assume Q is diagonal % G= G + randn(