代码搜索:Spatial

找到约 1,342 项符合「Spatial」的源代码

代码结果 1,342
www.eeworm.com/read/392497/8339734

m shat1.m

function [originalSI,decodedSI,originalTI,decodedTI] = shat1(Original,Decoded,previousOriginal,previousDecoded) %%%spatial information originalSI=std(std(double(edge(Original,'sobel')))); decodedSI
www.eeworm.com/read/182760/9192368

m cor_embed.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Threshold-Based Correlation using block processing in the spatial domain % Watermark embedding clear all;
www.eeworm.com/read/182760/9192380

m cor_recover.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Threshold-Based Correlation using block processing in the spatial domain % Watermark Recovery clear all; %
www.eeworm.com/read/449504/7502357

m driftmap.m

function driftmap(long,lat,variable,nl,nc,interpol,varargin) % PURPOSE: This function adds a grid to the map and for each rectangle of the grid computes % the mean of the spatial units included in t
www.eeworm.com/read/449504/7502495

html contents.html

Spatial econometrics functions library [Return to Master Index] -------- Times series aggregation/
www.eeworm.com/read/449504/7502821

m prt_sem.m

function prt_sem(results,vnames,fid) % PURPOSE: Prints output using spatial error model results structures %--------------------------------------------------- % USAGE: prt_sem(results,vnames,fid)
www.eeworm.com/read/449504/7502855

html contents.html

Spatial econometrics functions library [Return to Master Index] -------- log determinant functions -----
www.eeworm.com/read/449504/7502951

html contents.html

Spatial econometrics functions library [Return to Master Index] -------- GWR model functions --------
www.eeworm.com/read/449504/7503009

m prt_cas.m

function prt_cas(results,vnames,fid) % PURPOSE: Prints output using spatial expansion results structures %--------------------------------------------------- % USAGE: prt_cas(results,vnames,fid) % Whe
www.eeworm.com/read/449504/7503018

m casetti.m

function results=casetti(y,x,xc,yc,option) % PURPOSE: computes Casetti's spatial expansion regression %--------------------------------------------------- % USAGE: results = casetti(y,x,xc,yc,option)