代码搜索:spectral
找到约 1,071 项符合「spectral」的源代码
代码结果 1,071
www.eeworm.com/read/331649/12816742
m strip_spectral_correlation.m
function S=strip_spectral_correlation(x,y,N,a,g)
%
% STRIP_SPECTRAL_CORRELATION
% estimate the spectral correlation density using the strip
% spectral correlation
%
www.eeworm.com/read/302770/13827748
m strip_spectral_correlation.m
function S=strip_spectral_correlation(x,y,N,a,g)
%
% STRIP_SPECTRAL_CORRELATION
% estimate the spectral correlation density using the strip
% spectral correlation
%
www.eeworm.com/read/300891/13883312
m plot_spectral_attributes.m
function plot_spectral_attributes(t0,w,dt,fmax,N,pos1,pos2);
%PLOT_SPECTRAL_ATTRIBUTES: plot amplitude and phase of a wavelet
% in a nice way (read disclaimer..)
%
% plot_spe
www.eeworm.com/read/410699/11271480
pdf spectral methods in matlab.pdf
www.eeworm.com/read/410585/11276167
m strip_spectral_correlation.m
function S=strip_spectral_correlation(x,y,N,a,g)
%
% STRIP_SPECTRAL_CORRELATION
% estimate the spectral correlation density using the strip
% spectral correlation
%
www.eeworm.com/read/402881/11526715
m strip_spectral_correlation.m
function S=strip_spectral_correlation(x,y,N,a,g)
%
% STRIP_SPECTRAL_CORRELATION
% estimate the spectral correlation density using the strip
% spectral correlation
%
www.eeworm.com/read/257139/11948058
vi spectral express demo.vi
www.eeworm.com/read/233013/14173756
m plot_spectral_attributes.m
function plot_spectral_attributes(t0,w,dt,fmax,N,pos1,pos2);
%PLOT_SPECTRAL_ATTRIBUTES: plot amplitude and phase of a wavelet
% in a nice way (read disclaimer..)
%
% plot_spe
www.eeworm.com/read/214051/15115136
m spectral_response_coefficients.m
%[RS,RJ,RS_2_2omega,RJ_2_2omega,RS_2_2omega0,RV_2_2omega0,CS,CS_2_omega,CJ,CJ_2_omega] = ...
% spectral_response_coefficients(N0, L, M0, delta_par,epsilon_1,pi_1,epsilon_2,rho_2,pi_2)
%
%calculate fr
www.eeworm.com/read/472233/1416722
js math-spectral-norm.js
// The Great Computer Language Shootout
// http://shootout.alioth.debian.org/
//
// contributed by Ian Osgood
function A(i,j) {
return 1/((i+j)*(i+j+1)/2+i+1);
}
function Au(u,v) {
for (var i=0;