代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/346459/11743090
m set.m
function a = set(a,varargin)
% SET Set SPECTRUM properties and return the updated object
% $Id: set.m 113 2006-06-14 12:40:22Z mairas $
property_argin = varargin;
while length(property_argin) >= 2,
www.eeworm.com/read/118309/14876356
c display.c
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#include "5509.h"
#include "util.h"
// LCD control pins
#define LCD_BUSY GPIO_4
// LCD command codes (SED1565
www.eeworm.com/read/217804/14950994
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0
www.eeworm.com/read/216722/14995572
m basicseq.m
% the basic codes from the generating poly from the book spread spectrum applications on commercial systems
function[code1, code2] = BasicSeq(m)
N = 2^m - 1;
sreg = [0, 0, 1, 1, 0, 1, 1, 0, 0
www.eeworm.com/read/215362/15063708
m generate_surrogate.m
function [X2,X,E] = generate_surrogate (X, endmode, flag)
% Usage: [Xs X] = generate_surrogate (X, endmode, specflag);
% endmode=1 use end2end compensation
% specflag exact amplitude spectrum (1, defa
www.eeworm.com/read/246866/4490635
err automake.err
JHDPARSE - VHDL/Verilog Parser.
ISE 5.1i Copyright (c) 1995-2002 Xilinx, Inc. All rights reserved.
Scanning c:\training\desperf\labs\synthesis\spectrum\vhdl\data_output_mux.vhd
Scanning ..
www.eeworm.com/read/316872/3603248
c pas2_card.c
/*
* sound/oss/pas2_card.c
*
* Detection routine for the Pro Audio Spectrum cards.
*/
#include
#include
#include
#include
#i
www.eeworm.com/read/303435/3812807
xdemo
#! /bin/sh
# Investigate data with sugabor to ascertain a time-varying filter
# for sutvband
WIDTH=600
HEIGHT=450
WIDTHOFF1=0
WIDTHOFF2=640
HEIGHTOFF1=50
HEIGHTOFF2=530
# Spectrum of raw data
suspecf
www.eeworm.com/read/448417/1690253
lvl variety pack i.lvl
[General]
Author=Vexed Development Team
URL=http://vexed.sourceforge.net
Description=These levels provide a full spectrum of difficulties from easy to hard.
; 0
[Level]
board=10/7~g1/7~2/5hb~2
www.eeworm.com/read/376874/2706679
h 5509.h
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
// 5509 Test Enable Flags
#define TEST_SDRAM 0x0001
#define TEST_FLASH 0x0002
#define TEST_SROM