代码搜索:Spectrum

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

代码结果 5,196
www.eeworm.com/read/209621/15216367

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. ts=0.001; fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi*219*t)
www.eeworm.com/read/209621/15216375

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % freq. resolution fs=5; % sampling frequency ts=1/fs;
www.eeworm.com/read/208353/15248423

m pcamahala.m

function [CenterX,MahalaD,MahalaDt,Xt]=PCAMahala(X,Xa,e) % X (m x n)为预处理之后的校正集光谱矩阵(row is samples,column is spectrum) % Xa(p x n)为预处理之后校正集样品之外的所有样品的光谱矩阵(row is samples,column is spectrum) % Xt(l x
www.eeworm.com/read/167185/5465702

tes plotspec.tes

#!/bin/sh # # This material contains proprietary software of Entropic Speech, Inc. # Any reproduction, distribution, or publication without the prior # written permission of Entropic Speech,
www.eeworm.com/read/164348/5491923

h sconceal.h

/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the
www.eeworm.com/read/160611/5569642

cpp spectrumprefs.cpp

/********************************************************************** Audacity: A Digital Audio Editor SpectrumPrefs.cpp Dominic Mazzoni ***************************************************
www.eeworm.com/read/476074/6773323

m lssb_dem.m

% lssb_dem.m % Matlab demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3 and zero otherwise. echo on t0=.15;
www.eeworm.com/read/476074/6773326

m ip_03_07.m

% MATLAB script for Illustrative Problem 3.7. % Demonstration script for LSSB-AM demodulation. The message signal % is +1 for 0 < t < t0/3, -2 for t0/3 < t < 2t0/3, and zero otherwise. echo on t
www.eeworm.com/read/475765/6778126

m ex11_5.m

% EX11_5.M Compute the spectrum of a signal saved % in file CLEX115.MAT. (Created by CLEX115DT.M) The data are: % N samples of the |FFT| are plotted % Ts sampling interval in seconds %
www.eeworm.com/read/475765/6778128

m clfftf.m

function [FT,FTmag,FTang] = clfftf(ft,N,Ts) % CALL: [FT,FTmag,FTang] = clfftf(ft,N,Ts) Compute the DFT % approximation of the Fourier Transform % Inputs: % ft Sampled function of time f(nTs)