代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/276787/4163503
postinst kernel-module-spectrum-cs.postinst
#!/bin/sh
if [ -n "$D" ]; then
arm-angstrom-linux-gnueabi-depmod-2.6 -A -b $D -F /data/build/koen/OE/build/tmp/angstrom/staging/c7x0-angstrom-linux-gnueabi/kernel/System.map-2.6.23 2.6.23
else
depmo
www.eeworm.com/read/276787/4163707
control kernel-module-spectrum-cs.control
Package: kernel-module-spectrum-cs
Version: 2.6.23-r14
Description: spectrum-cs kernel module; Driver for Symbol Spectrum24 Trilogy cards with firmware downloader
Section: kernel
Priority: optional
Ma
www.eeworm.com/read/276787/4163749
postrm kernel-module-spectrum-cs.postrm
#!/bin/sh
update-modules || true
www.eeworm.com/read/371704/2779053
m s_spectrum2wavelet.m
function wavelet=s_spectrum2wavelet(freq,amps,varargin)
% Compute wavelet from its amplitude spectrum
% Written by: E. R.: November 27, 2004
% Last updated:
%
% wavelet=s_spectrum2wavelet(
www.eeworm.com/read/135719/13907911
c ntt_tf_proc_spectrum.c
/*****************************************************************************/
/* This software module was originally developed by */
/* Naoki Iwakami (NTT)
www.eeworm.com/read/135719/13907920
c ntt_tf_quantize_spectrum.c
/*****************************************************************************/
/* This software module was originally developed by */
/* Naoki Iwakami (NTT)
www.eeworm.com/read/135719/13908221
c ntt_tf_requantize_spectrum.c
/*****************************************************************************/
/* This software module was originally developed by */
/* Naoki Iwakami (NTT)
www.eeworm.com/read/384426/8870105
m drawspectra.m
function drawSpectra(ud)
axes(ud.horizontal_spectrum);
imagedata = ud.imagedata.data(ud.vert,1:end);
h_spectrum = abs(fft(imagedata));
zeropl = eq(h_spectrum,0);
h_spectrum(zeropl) =
www.eeworm.com/read/170042/9822239
html intro_3_7__the_spectrum_object.html
入门教程 3.7. Spectrum(声谱)对象
www.eeworm.com/read/417409/10991221