代码搜索结果

找到约 10,000 项符合 Control System 的代码

synthetic_control.dat

31.2834 32.8217 24.2905 25.6033 25.6264 34.4812 34.6229 34.8829 28.551 35.6177 30.2589 29.9423 26.9036 26.3509 28.5634 26.7178 26.0755 36.0264 28.5932 31.4876 24.43 35.4448 33.65

control_interface.v

/****************************************************************************** * * LOGIC CORE: Control Interface - Top level module * MODULE NAME: control_interface() * COM

echo_control.c

//Echo_control.c Echo using two interrupts for read and write //3 sliders to control effects: buffer size, amplitude, fading short input, output; short bufferlength = 1000; //initial buffer

echo_control.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="Echo_control" ProjectDir="C:\ti\myprojects\Echo_control\" ProjectType=Executable CP

echo_control.gel

//Echo_control.gel Sliders vary time delay,amplitude,and type of echo menuitem "Echo Control" slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/ { amplitude = amplitude_

control2.vhd

library ieee ; use ieee.std_logic_1164.all ; use ieee.std_logic_arith.all ; use work.butter_lib.all ; entity control_main is port ( a_small , sign_a , sign_b : in std_logic ;

inv_control.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; entity inv_control is generic ( stage : natural:=3); port ( clk : in std_

tx_control.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; -- Uncomment the following lines to use the declarations that are -- provided for instantia

ram_control.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_SIGNED.all; entity ram_control is generic ( Tx_nRX : natural := 0; stage : natural := 3); por