代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/144211/5753088
spectrum
#------------------------------------------------------------------------------
# spectrum: file(1) magic for Spectrum emulator files.
#
# John Elliott
#
# Spectrum +3DOS h
www.eeworm.com/read/276929/4160816
spectrum
#------------------------------------------------------------------------------
# spectrum: file(1) magic for Spectrum emulator files.
#
# John Elliott
#
# Spectrum +3DOS h
www.eeworm.com/read/287770/8670345
m spectrum.m
function y = spectrum(s,fdef)
% $Id: spectrum.m 31 2004-07-28 10:46:46Z mairas $
y.frequency = [];
y.s = s(:).'; % make the signal always a row vector
y.fs = [];
if isa(fdef,'frequency')
y.freque
www.eeworm.com/read/287658/8676716
jpg spectrum.jpg
www.eeworm.com/read/387009/8712445
h spectrum.h
struct Spectreg {
Int m,m2,nsum;
VecDoub specsum, wksp;
Spectreg(Int em) : m(em), m2(2*m), nsum(0), specsum(m+1,0.), wksp(m2) {
if (m & (m-1)) throw("m must be power of 2");
}
templat
www.eeworm.com/read/287148/8718355
map spectrum.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.83
*******************************************************
www.eeworm.com/read/287148/8718384
map spectrum.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.83
*******************************************************
www.eeworm.com/read/386496/8739942
lut spectrum.lut
www.eeworm.com/read/429740/8791532
m spectrum.m
function [fw,pw]=spectrum(fs,y)
%yt=sqrt(y);
nfft=2^(nextpow2(length(y))); %采样点个数
nup=ceil((nfft+1)/2); %the number of unique points 'NumUniquePts'=nup
yw=fft(y,nfft);
www.eeworm.com/read/186779/8910746