代码搜索:水声信号
找到约 10,000 项符合「水声信号」的源代码
代码结果 10,000
www.eeworm.com/read/420056/10820568
c lesson8.c
#include
#define uchar unsigned char
sbit sda=P2^0;
sbit scl=P2^1;
uchar a;
void delay()
{ ;; }
void start() //开始信号
{
sda=1;
delay();
scl=1;
delay();
sda=0;
delay();
}
www.eeworm.com/read/418409/10947229
c main.c
/*************************************************************************
程序功能: 实现可校正式的电子万年历
液晶型号为FM12864J(20个接口) ,使能信号E为低电平有效
整理时间: 2006-10
*****************************************
www.eeworm.com/read/470937/6902111
vhd bio_polor1.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity bio_polor1 is
port(ctrl:in std_logic_vector(7 downto 0); ----PWM控制信号
clk:in std_logic; ------
www.eeworm.com/read/470937/6902120
vhd qiankui.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity qiankui is
port(input: in std_logic_vector(11 downto 0); --输入信号
cl
www.eeworm.com/read/470782/6908271
m bpsk.m
% bpsk.m
% Simulation program to realize BPSK transmission system
%
% 这个程序仿真了数字信号的BPSK调制及相关解调,
% 传输信道为加性高斯白噪声信道(AWGN)
%******************** Preparation part **********************
sr=25600
www.eeworm.com/read/468711/6986734
c main.c
/*************************************************************************
程序功能: 实现可校正式的电子万年历
液晶型号为FM12864J(20个接口) ,使能信号E为低电平有效
整理时间: 2006-10
*****************************************
www.eeworm.com/read/341927/7103553
vhd time.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity time is
port(clk:in std_logic; --时钟500Hz
reset:in std_logic; --复位信号
start:in std_logic;
www.eeworm.com/read/356730/7113410
c lesson9.c
#include
#define uchar unsigned char
sbit sda=P2^0;
sbit scl=P2^1;
uchar a;
void delay()
{ ;; }
void start() //开始信号
{
sda=1;
delay();
scl=1;
delay();
sda=0;
delay();
}