代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/197649/7982882
m nfa.m
function [nf, na, ex, E, N] = nfa(data,dt)
% The function NFA calculates the Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series, and
% k is the IMF com
www.eeworm.com/read/197649/7982884
m nfa5.m
function [nf, na, ex, E, N] = nfa5(data,dt)
% The function NFA5 calculates the smoothed Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series, and
% k is t
www.eeworm.com/read/197649/7982886
m nfam5.m
function [nf, na, ex, E, N] = nfam5(data,dt)
% The function NFAM5 calculates the smoothed modified Hilbert frequency and amplitude
% of data(n,k), where n specifies the length of time series,
www.eeworm.com/read/197649/7982903
m desa.m
function [W,A]=desa(x, dt)
% The function DESA calculates frequency and amplitude using Teager Energy Operator
% for the data x(n,m), where n is the number of points, and m is
% the number of
www.eeworm.com/read/197649/7982985
m respsp.m
function ra=respsp(x1,x2)
% The function RESPSP computes the Hilbert response function
% from one input, x2, and one output, x1, both are Hilbert spectra
% of the same dimensions.
% The basic
www.eeworm.com/read/197649/7982988
m cnstm.m
function z=cnstm(p,nf1,nf2,nn)
%
% z=cnstm(p,nf1,nf2,nn):
%
% Function to construct a matrix of constant horizontal value.
%
% Input-
% p - vector p(nf2), representing the power spectrum
% nf1
www.eeworm.com/read/197649/7983170
m nfame.m
function [nf, na, ex, E, N] = nfame(data,dt)
%
% [nf,na,ex,E,N]=nfame(data,dt) :
%
% Function to calculate the modified Hilbert frequency and amplitude
% of data(n,k), where n specifies
www.eeworm.com/read/297947/7984496
m perform_dct_transform.m
function y = perform_dct_transform(x,dir)
% perform_dct_transform - discrete cosine transform
%
% y = perform_dct_transform(x,dir);
%
% Copyright (c) 2006 Gabriel Peyre
if size(x,1)==1 || size
www.eeworm.com/read/297806/7995389
cpp globalfunc.cpp
// GlobalFunc.cpp: implementation of the CGlobalFunc class.
//
//////////////////////////////////////////////////////////////////////
/*
This file is created by Shiguang Shan at 01.06.2002 to
www.eeworm.com/read/197407/7998397
h ad1.h
// adjacency matrix representation of a directed graph
// reflexive transitive closure added
#ifndef AdjacencyDigraph_
#define AdjacencyDigraph_
#include "awdgph1.h"
#include "make2db.h"
#in