代码搜索结果
找到约 10,000 项符合
Control 的代码
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
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
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
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
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(