代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/154209/11983289
m spectrum.m
function [Spec,f] = spectrum(varargin)
%SPECTRUM Power spectrum estimate of one or two data sequences.
% P=SPECTRUM(X,NFFT,NOVERLAP,WIND) estimates the Power Spectral Density of
% signal vector
www.eeworm.com/read/338860/12275762
exe spectrum.exe
www.eeworm.com/read/338766/12285790
h spectrum.h
#ifndef __SPECTRUM_H__
#define __SPECTRUM_H__
#include "Config.h"
#include "BasicDataStructs.h"
#include "includes.h"
// Peak structure
struct Peak {
Peak() : mass(-1), intensity(0),
www.eeworm.com/read/338766/12286013
cpp spectrum.cpp
#include "Spectrum.h"
#include "Isotopes.h"
#include "QuickClustering.h"
#include "FileManagement.h"
#include "auxfun.h"
void Spectrum::init_spectrum(bool perform_filtering)
{
join_adjac
www.eeworm.com/read/336891/12408935
map spectrum.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.83
*******************************************************
www.eeworm.com/read/336891/12408970
map spectrum.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.83
*******************************************************
www.eeworm.com/read/124453/14566077
txt spectrum.txt
// This menu was created by an imint.com wizard.
"TEXT:Red Folder" "1" "0" " " " "
"TEXT:New Page 1" "2" "1" " " " "
"TEXT:New Page 2" "2" "1" " " " "
"TEXT:New Page 3" "2" "1" " " " "
"TEXT:
www.eeworm.com/read/223937/14611585
cpp spectrum.cpp
#include "StdAfx.h"
#include
#include
#include
#include "Spectrum.h"
static const int MIN_DENSITY=0;
static const int MAX_DENSITY=4095;
static const int CACHESIZE=32
www.eeworm.com/read/223937/14611954
h spectrum.h
#ifndef __SPECTRUM_H__
#define __SPECTRUM_H__
#define DENSITY_RANGE (4096)
#define ENTRY (256)
#include
class RxSpectrum {
public:
struct tagVolumeInfo {
int m_nDensityValue[4];