代码搜索:采集处理
找到约 10,000 项符合「采集处理」的源代码
代码结果 10,000
www.eeworm.com/read/450645/7479296
txt can.txt
采集版程序
void CAN_init(void):初始化CAN
void CAN_send(void):CAN发送数据
变量:unsigned char LsStatA[8],LsStatB[8]; //模块状态帧
unsigned char LsOrderA[8],LsOrderB[8];//联锁命令帧
uns
www.eeworm.com/read/449004/7520231
txt readme.txt
上电485通信指示灯闪烁两下
默认工作模式为透明传输
支持97和07版645规约
设置采集器相关参数只能用97版645设置
林友
www.eeworm.com/read/449004/7520249
c protocol.c
//work
//1.设置采集器地址不需长按按键
//2.
// 载波缓冲区,检测
void upCommCheck(void)
{
unsigned char temp;
unsigned char serial;
unsigned int addr;
if(BuffPLCMark.Sta != c_RecEnd) //载波接收完成?
{
r
www.eeworm.com/read/154741/7805345
bas module1.bas
Attribute VB_Name = "Module1"
Declare Function HPAEDecInit Lib "D:\DeveloperWork\指纹采集器开发包\ASE4000\ASE400(vb)Demo\HPAfs8K.dll" (ByVal Ddevic As String, ByRef uwImageWidth As Integer, ByRef uwImageHeig
www.eeworm.com/read/304875/13784537
m example6_11.m
%装载采集的信号leleccum.mat
load leleccum;
%=============================
%将信号中第2000到第3450个采样点赋给s
indx=2000:3450;
s=leleccum(indx);
%=============================
%画出原始信号
subplot(2,2,1);
plot(s);
t
www.eeworm.com/read/487125/6515462
vhd hsad.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
--高速AD采集
entity hsad is
port(
clk:in std_logic;--系统时钟
DACclk:out std_logic;--DAC时钟
ADCclk:out std_logi
www.eeworm.com/read/487125/6515464
txt 复件 hsad.txt
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
--高速AD采集
entity hsad is
port(
clk:in std_logic;--系统时钟
DACclk:out std_logic;--DAC时钟
ADCclk:out std_logi
www.eeworm.com/read/485466/6562953
m example6_11.m
%装载采集的信号leleccum.mat
load leleccum;
%=============================
%将信号中第2000到第3450个采样点赋给s
indx=2000:3450;
s=leleccum(indx);
%=============================
%画出原始信号
subplot(2,2,1);
plot(s);
t