代码搜索:如何学习 Control?
找到约 10,000 项符合「如何学习 Control?」的源代码
代码结果 10,000
www.eeworm.com/read/486443/6532747
txt gen_control_reg.txt
The VHDL file gen_control_reg.vhd is reused from the SPDIF interface project.
Fetch the file spdif_interface/rtl/vhdl/gen_control_reg.vhd.
www.eeworm.com/read/486385/6540717
prj mc8051_control.prj
vhdl work "mc8051_p.vhd"
vhdl work "control_fsm.vhd"
vhdl work "control_mem.vhd"
vhdl work "mc8051_control.vhd"
www.eeworm.com/read/486385/6540734
htm control_mem_srr.htm
HDL Compiler: 0 errors, 1 warning, 4 notes - from log file e:\vhdl\f8051\control_mem.srr
Total: 0 errors, 1 warning, 4 notes
Running SPARTAN3
www.eeworm.com/read/486385/6540751
areasrr rpt_control_mem.areasrr
#### START OF AREA REPORT #####[
Part: XC3S200FT256-5 (Xilinx)
---------------------------------------------------------------------------
######## Utilization report for Top level view:
www.eeworm.com/read/486385/6540764
vhd mc8051_control.vhd
-------------------------------------------------------------------------------
library IEEE;
library work;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_arith.all;
use work.mc8051_p.all;
www.eeworm.com/read/485617/6554989
m expert_pid_control.m
%Expert PID Controller
clear all;
close all;
ts=0.001;
sys=tf(5.235e005,[1,87.35,1.047e004,0]);
dsys=c2d(sys,ts,'z');
[num,den]=tfdata(dsys,'v');
u_1=0.0;u_2=0.0;u_3=0.0;
y_1=0;y_2=0;y_3=0