代码搜索:脉冲信号
找到约 10,000 项符合「脉冲信号」的源代码
代码结果 10,000
www.eeworm.com/read/460913/7237731
txt pt2262.txt
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit led=P0^7;
sbit Plus_out = P2^0 ; //脉冲输出
unsigned int Per = 36 ,s_xian=4319;
bit dd=1,b_anji
www.eeworm.com/read/452469/7440464
asm parallel to serial.asm
PL BIT P1.0
ORG 00H
START: CLR PL
SETB PL ;发送移位脉冲
MOV SCON,#10H ;允许串行口接收数据
WAIT: JNB RI,WAIT
MOV A,SBUF ;读取数据
CLR RI ;清除接收中断标志
MOV P0,A
www.eeworm.com/read/197557/7986202
v cnt_n_1_test.v
/** 对高低电平宽度不相等的脉冲计数 **/
`timescale 1ps / 1ps
module CNT_N_TEST;
reg P, CLR;
wire [16:0] COUNT;
parameter P_NUM=12, P_ON=1, P_OFF=2;
CNT_N CN
www.eeworm.com/read/244040/12896636
_h main._h
/******************************************************************************
* Copyright (c) 2005.4.23,保定宇人电脑
* All rights reserved.
* 文件名称: main.h
* 摘 要: 本程序为步进电机智能驱动器开发,主要功能有脉冲或0-5v控制转速,软件细分
www.eeworm.com/read/244040/12896649
h main.h
/******************************************************************************
* Copyright (c) 2005.4.23,保定宇人电脑
* All rights reserved.
* 文件名称: main.h
* 摘 要: 本程序为步进电机智能驱动器开发,主要功能有脉冲或0-5v控制转速,软件细分
www.eeworm.com/read/242096/13095426
c control.c
/*
控制文件
对控制端口拨码开关8421判断和对正负脉冲按钮开关的判断
*/
#include
#include
#include
#include
#include "main.h"
#include "control.h"
//---
www.eeworm.com/read/325406/13207695
m uwb.m
%参数:
% M-ary UWB System
M=8
k=log2(M)
SNR_dB=[20]; %这是 DIRMA receiver 的output SNR
data_size=200; %信源数据数
re_imp_width=0.7*1e-9; %脉冲宽度 以秒为单位
www.eeworm.com/read/240183/13232347
vhd timer.vhd
--//******* 文件名:receive.vhd
--//******* 功 能:640KHz时基脉冲32分频
--定时0.05ms
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity timer
www.eeworm.com/read/322148/13388411
vhd taxi.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity taxi is
port (
clk,reset:in std_logic;--每来一个脉冲(代表运行了0.1公里)
en1:out
www.eeworm.com/read/315454/13542280
h distance.h
#ifndef __DISTANCE_h__
#define __DISTANCE_h__
// write your header here
// 对外提供:
// 里程计量、速度测量、行驶时间接口
// 内部实现包括:
// 传感器脉冲测量
// 里程换算
// 启动时间测定
// 停止时间测定
#include "spce061a.h"
extern vo