代码搜索结果
找到约 10,000 项符合
Digital 的代码
davincihd_eeprom.h
/*
* Copyright 2007 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* I2C EEPROM Header file [16 Kbytes - 24WC256]
*
*/
#
davincihd_aic32.h
/*
* Copyright 2007 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
/*
* AIC32 header file
*
*/
#ifndef AIC32_
#define AIC3
dpzgui.m
function dpzgui(mode,ele_loc)
%DPZGUI Graphical User Interface program for pole-zero digital fliter design.
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2
dip.c
/* dip.c
* Digital Image Processing routines
* (c) 2000-2002 Karel 'Clock' Kulhavy
* This file is a part of the Links program, released under GPL.
* This does various utilities for digital image p
dpzgui.m
function dpzgui(mode,ele_loc)
%DPZGUI Graphical User Interface program for pole-zero digital fliter design.
% ADSP Toolbox: Version 2.0
% For use with "Analog and Digital Signal Processing", 2
ewrk3.c
/* ewrk3.c: A DIGITAL EtherWORKS 3 ethernet driver for Linux.
Written 1994 by David C. Davies.
Copyright 1994 Digital Equipment Corporation.
This software may be used and distributed acco
emac_test.c
/*
* Copyright 2006 by Spectrum Digital Incorporated.
* All rights reserved. Property of Spectrum Digital Incorporated.
*/
#include "emac.h"
#define TX_BUF 128
#define RX_BUF 1536
ewrk3.c
/* ewrk3.c: A DIGITAL EtherWORKS 3 ethernet driver for Linux.
Written 1994 by David C. Davies.
Copyright 1994 Digital Equipment Corporation.
This software may be used and distributed acco
dfdpzp3.m
function [num,den] = dfdpzp3(tol)
% DFDPZP3 Interactive digital filter design by pole zero placement.
%
% [NUM,DEN] = DFDPZP3(TOL) invokes an interactive digital filter
% design by
pattern.c
/*
FILE NAME: pattern.c
FILE DESCRIPTION:
Reads digital data from a file and writes it to digital I/O
port 0. The data file name is passed in as the second command
line argument.
PROJECT