代码搜索:Spectral
找到约 1,071 项符合「Spectral」的源代码
代码结果 1,071
www.eeworm.com/read/318488/13477495
m spectral_inv.m
function s = spectral_inv(m)
%SPECTRAL Black-purple-blue-green-yellow-red-white color map.
%
% map = spectral(num_colors)
%
% SPECTRAL(M) returns an M-by-3 matrix containing a "spectral"
www.eeworm.com/read/316931/13514179
tgz spectral-0.2.tgz
www.eeworm.com/read/398163/6291427
c spectral_simplex.c
#include
#include
#include
#define SHFT(a,b,c,d) (a)=(b); (b) = (c); (c) = (d);
double fit_psd(double *f, double *P, int n_data, double fs, double a, double bk, double
www.eeworm.com/read/343492/11944366
m spectral_density.m
function [periodo,DF,rsmooth]=spectral_density(samples,varargin);
[m T]=size(samples);
args = varargin;
nargs = length(args);
smoothingtype='gaussian';
smoothingwidth=10;
smoothingprior=1e-3
www.eeworm.com/read/233815/14133884
m spectral_clustering.m
function [V_out,clusters_out]=...
spectral_clustering(K,number_of_clusters,kmeans_or_not,plots_or_not,type_of_normalization)
%function [V_out,clusters_out]=...
% spectral_clustering(K,numb
www.eeworm.com/read/233796/14136145
pdf spectral stability of local deformations spectral stability of local deformations.pdf
www.eeworm.com/read/383372/8951664
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/371706/9540902
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/361166/10065414
vi spectral express demo.vi
www.eeworm.com/read/274792/10852143
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
%