代码搜索:Spectrum
找到约 5,196 项符合「Spectrum」的源代码
代码结果 5,196
www.eeworm.com/read/489807/6461550
c spectrum.c
/*#######################################################################################
Decodieren eines RC Summen Signals oder Spektrum Empf?nger-Satellit
########################################
www.eeworm.com/read/487571/6503912
pdv spectrum.pdv
www.eeworm.com/read/484393/6587395
m spectrum.m
function [w,P] = spectrum(a, b, N)
% 计算传输函数H(z) = B/A的频谱, 在[0,pi)之间取N个点
alength = length(a);
blength = length(b);
f = 0: 1/N: 1;
f = f(1:N);
w = f*pi;
for n=1:N
ar = 0;
ma = 0;
f
www.eeworm.com/read/484398/6587420
m spectrum.m
function [w,P] = spectrum(a, b, N)
% 计算传输函数H(z) = B/A的频谱, 在[0,pi)之间取N个点
alength = length(a);
blength = length(b);
f = 0: 1/N: 1;
f = f(1:N);
w = f*pi;
for n=1:N
ar = 0;
ma = 0;
f
www.eeworm.com/read/264229/11325556
fig spectrum.fig
www.eeworm.com/read/407469/11419036
c spectrum.c
/*
BASS spectrum analyser example
Copyright (c) 2002-2008 Un4seen Developments Ltd.
*/
#include
#include
#include
#include
#include "bass.h"
#d
www.eeworm.com/read/407469/11419037
dsp spectrum.dsp
# Microsoft Developer Studio Project File - Name="spectrum" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/407469/11419078
exe spectrum.exe
www.eeworm.com/read/346459/11743085
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/343152/11968484
spe spectrum.spe
MiePlot
Sample data
Minimum Maximum Step
400 700 100
Wavelength (nm) Relative intensity
400 0.5344
500 0.8702
600 0.9542
700 0.8731