代码搜索:脉冲信号
找到约 10,000 项符合「脉冲信号」的源代码
代码结果 10,000
www.eeworm.com/read/447334/7554314
h synch-sem.h
#include "copyright.h"
#include "thread.h"
#include "list.h"
class Semaphore
{
public:
Semaphore(char* debugName, int initialValue); //设置信号量初值
~Semaphore(); /
www.eeworm.com/read/440974/7678375
m powerp.m
% -------------------------------------------------------------------------
% 功能:通过仿真,研究平稳信号的功率谱估计的方法和特点
% 作者:
% 日期:2007年4月19日
% 状态:调试未完成
% -------------------------------------------------------
www.eeworm.com/read/197348/8002833
vhd n_counter.vhd
--*********************************************************************
-- 任意N进制计数器标准代码写法
--(带有reset,带有进位信号cfw,带有intger和std_logic_vector两种类型输出)
--*************************************************
www.eeworm.com/read/397462/8047993
vhd keyboard_scan.vhd
--/*****************************************************************************
-- * 源文件: keyboard_scan.vhd
-- * 模块: 键盘扫描信号发生器
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.l
www.eeworm.com/read/397462/8048833
vhd keyboard_scan.vhd
--/*****************************************************************************
-- * 源文件: keyboard_scan.vhd
-- * 模块: 键盘扫描信号发生器
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.l
www.eeworm.com/read/329217/12970006
vhd keyboard_scan.vhd
--/*****************************************************************************
-- * 源文件: keyboard_scan.vhd
-- * 模块: 键盘扫描信号发生器
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.l
www.eeworm.com/read/304723/13788210
v get_response.v
/******************************************
函数名: get_response
功 能:接收sd卡对各个命令的应答信号
参 数:
*******************************************/
module get_response(num_read_en,
enable,
www.eeworm.com/read/481147/6643978
m covariance.m
function coresult=covariance(x,N,tal)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% x 采样信号样本
% N 周期所含样本数
% tal 延迟
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
T=length(x);
S=floor(T/N);
y=[x,zero
www.eeworm.com/read/480934/6654003
m covariance.m
function coresult=covariance(x,N,tal)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% x 采样信号样本
% N 周期所含样本数
% tal 延迟
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
T=length(x);
S=floor(T/N);
y=[x,zero
www.eeworm.com/read/262702/11394980
c shiboqi.c
//-----------------------------------------
//
//2007年全国电子设计大赛培训专用
// 基于DDS的信号发生器
// Design By BoBo&ShuiJian
//------------------------------------------
#include
#include