代码搜索结果
找到约 10,000 项符合
Control System 的代码
cfft_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_SIGNED.all;
entity cfft_control is
generic (
Tx_nRx : natural := 0; -- tx = 1, rx = 0
io_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
mux_control.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
use IEEE.STD_LOGIC_ARITH.all;
use IEEE.STD_LOGIC_SIGNED.all;
entity mux_control is
generic (
stage : natural);
port (
clk : in std_lo
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_
control_bits.c
/*
|
| Copyright disclaimer:
| This software was developed at the National Institute of Standards
| and Technology by employees of the Federal Government in the course
| of their official d
input-basic-control
/* ======================================================== */
/* CONTROL FLOW AND CONDITIONAL BRANCHING */
/* */
/* T