代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/129218/14257683
cmd spectrum_analyser.cmd
/*****************************************************************************/
/* */
/* LNK.CMD - V2.00 COMMAND FILE FOR L
www.eeworm.com/read/129218/14257689
cmd spectrum_analysercfg.cmd
/* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT spectrum_analyser.cdb */
/* M
www.eeworm.com/read/229004/14355766
h vis_spectrum.h
#if !defined(__VisSpectrum_H_)
#define __VisSpectrum_H_
#define PLUGIN_DESC "Spectrum Analyser"
#define DEFAULT_LATENCY 0
#define DEFAULT_DELAY 25
#define CONFIG_FILE "plugin.ini"
#define I
www.eeworm.com/read/229004/14355771
cpp vis_spectrum.cpp
#include "stdafx.h"
#include "vis_spectrum.h"
#include "optionsdlg.h"
#include "resource.h"
#include "frontend.h"
void* WndProcOld;
HANDLE hThread;
bool g_bAboutActive=false;
void GetColourM
www.eeworm.com/read/229004/14355785
dsp vis_spectrum.dsp
# Microsoft Developer Studio Project File - Name="vis_spectrum" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x
www.eeworm.com/read/229004/14355791
plg vis_spectrum.plg
Build Log
--------------------Configuration: vis_spectrum - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~
www.eeworm.com/read/229004/14355795
rc vis_spectrum.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/229004/14355800
dsw vis_spectrum.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/123349/14637010
m plot_spectrum.m
window_size = 2048;
f = 0:48000/window_size:48000 * (1 - 1/window_size);
w = transpose(hamming(1536));
n = size(foo,1);
spectrum = zeros(1,window_size);
for i = [1:n]
data = w .* foo(i,: