代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/335050/12552712
h 5509.h
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#include "c55xxdefs.h"
// 5509 Test Enable Flags
#define TEST_SDRAM 0x0001
#define TEST_FLASH 0
www.eeworm.com/read/335049/12552775
h 5509.h
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#include "c55xxdefs.h"
// 5509 Test Enable Flags
#define TEST_SDRAM 0x0001
#define TEST_FLASH 0
www.eeworm.com/read/334856/12569026
h 5509.h
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#include "c55xxdefs.h"
// 5509 Test Enable Flags
#define TEST_SDRAM 0x0001
#define TEST_FLASH 0
www.eeworm.com/read/134895/13971436
m lpcar2pp.m
function pp=lpcar2pp(ar)
%LPCAR2PP LPC: Convert ar filter to power spectrum polynomial in cos(w) PP=(AR)
% the pp is a polynomial such that |polyval(ar,e^jw)|^2 = polyval(pp,cos(w))
% Copyri
www.eeworm.com/read/134895/13971608
txt lpcar2pp.txt
function pp=lpcar2pp(ar)
%LPCAR2PP LPC: Convert ar filter to power spectrum polynomial in cos(w) PP=(AR)
% the pp is a polynomial such that |polyval(ar,e^jw)|^2 = polyval(pp,cos(w))
% Copyri
www.eeworm.com/read/235612/14061813
m dbspec.m
function hs=dbspec(t,s,flag,n)
% DBSPEC: plots a Fourier amplitude spectrum using a decibel scale.
%
% dbspec(t,s,flag,n)
% dbspec(t,s,flag)
% dbspec(t,s)
%
% DBSPEC opens up a new figure windo
www.eeworm.com/read/201877/15393550
h 5509.h
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#include "c55xxdefs.h"
// 5509 Test Enable Flags
#define TEST_SDRAM 0x0001
#define TEST_FLASH 0
www.eeworm.com/read/291944/8386216
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/290200/8497260
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/287770/8670352
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,