代码搜索:Spectrum

找到约 5,196 项符合「Spectrum」的源代码

代码结果 5,196
www.eeworm.com/read/300891/13883391

m smooth_spectrum.m

function [P,f,w,tw] = smooth_spectrum(d,dt,L,io); %SMOOTH_SPECTRUM: Power spectrum estimate by smoothing the periodogram. % For more than one trace provides the average spectrum %
www.eeworm.com/read/152843/5663378

c spectrum_cs.c

/* * Driver for 802.11b cards using RAM-loadable Symbol firmware, such as * Symbol Wireless Networker LA4100, CompactFlash cards by Socket * Communications and Intel PRO/Wireless 2011B. * * The d
www.eeworm.com/read/450784/6290927

m gen_spectrum.m

%产生频谱 function [F f]=gen_spectrum(Sm_trans,Fs)%signal;sample rate [m n]=size(Sm_trans); F=abs(fftshift(fft(Sm_trans))); f=[1:n]-(n/2+1); f=(Fs/2)/(n/2).*f; end
www.eeworm.com/read/398163/6291532

c create_spectrum.c

#include "timeseries.h" int create_spectrum(double *P, double *f, time_series ts, data_kernel dk, options op) { int j, k, l, idt; int nfft, len, jmax, nout; int n_segments; int *ind; double
www.eeworm.com/read/251886/6335723

c opengl_spectrum.c

/* XMMS - Cross-platform multimedia player * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies * * This program is free software; you can redis
www.eeworm.com/read/251886/6335724

h opengl_spectrum.h

#ifndef OPENGL_SPECTRUM_H extern void oglspectrum_configure(void); extern void oglspectrum_read_config(void); typedef struct { gboolean tdfx_mode; } OGLSpectrumConfig; extern OGLSpectrumConfig ogl
www.eeworm.com/read/407469/11419149

pas spectrum_vis.pas

unit spectrum_vis; { Spectrum Visualyzation by Alessandro Cappellozza version 0.8 05/2002 http://digilander.iol.it/Kappe/audioobject } interface uses Windows, Dialogs, Graphics, SysUtils
www.eeworm.com/read/259565/11781973

m s_spectrum.m

function aux=s_spectrum(varargin) % Function computes the spectrum of seismic input data sets. Null values in any % data set are replaced by zeros. % % Written by E. R., July 3, 2000 % Last updated: M
www.eeworm.com/read/256526/11990861

m timeseries_spectrum.m

function <mark>spectrum</mark>=timeseries_<mark>spectrum</mark>(X,l,Q,h1,h2) % 此函数的功能为一个一维时间序列的多重分形特征 % 输入的参数有时间序列X;划分的时间间段(划分尺度)数组l; % 在计算配分函数时所用到的指数数组Q; % h1表示在通过T(q)与q的关系图求a的过程中,每一组q与T(q)值的个数,因为要做线性拟合,h1显然大于2,一般我们将其取为6到 ...