代码搜索:Spatial
找到约 1,342 项符合「Spatial」的源代码
代码结果 1,342
www.eeworm.com/read/245223/12809761
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/325171/13221243
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/325171/13221252
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/322718/13369994
m calc_h.m
% Procedure for calculating the spatial impulse response
% for an aperture.
%
% Calling: [h, start_time] = calc_h(Th,points);
%
% Parameters: Th - Pointer to the transducer aperture.
%
www.eeworm.com/read/320227/13430493
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/320227/13430499
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/113483/6131348
m termsum.m
function [ ydot, stepBound ] = termSum(t, y, schemeData)
% termSum: Combine a collection of spatial HJ term approximations.
%
% [ ydot, stepBound ] = termSum(t, y, schemeData)
%
% This function i
www.eeworm.com/read/482678/6620984
m pifft.m
function [m] = pifft(pksp)
% PIFFT - Homodyne reconstruciton of partial MRI k-space (Spatial Frequency) data
%
% IMG = PIFFT(KSP)
% The input KSP is assumed to be a rectangular matrix with the
www.eeworm.com/read/260824/11700771
m improvespatialcoordinate.m
function [Yimp,C] = improveSpatialCoordinate(ste,X,Y)
%
% [Yimp, C] = improveSpatilaCoordinate(ste,X,Y)
%
% Improves the estimated spatial coordinate Y of X with a BLUE estimator.
% Addition
www.eeworm.com/read/155985/11836578
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;
%