代码搜索:gaussian
找到约 7,040 项符合「gaussian」的源代码
代码结果 7,040
www.eeworm.com/read/461426/7227857
m gaussian_analytical.m
%
%高斯脉冲的导函数
%函数3 : "cp0702_analytical_waveforms"
%产生高斯脉冲的前15阶导函数。
%该函数的输入参数为:
%1)矢量t定义时间轴;
%2)高斯脉冲导函数的阶数k,取值范围[1,15];
%3)脉冲形成因子alpha。
%没有输出值。
%函数3将返回一个矢量deriv,这个变量是在时间轴t上计算得到的k阶
%高斯脉冲导函数的若干数 ...
www.eeworm.com/read/461423/7227897
m _gaussian_esd.m
%
%高斯脉冲的频谱分析
%函数4 : "cp0702_Gaussian_derivatives_ESD"
%近似计算并画出高斯脉冲的前15阶导函数的ESD。
%该函数仅把脉冲形成因子α作为输入参数,且没有输出。
%函数4的调用如下:
%cp0702_Gaussian_derivatives_ESD(alpha);
%
%
%
%
%
% FUNCTION 4 : "cp0
www.eeworm.com/read/461406/7227986
m gaussian_shape.m
%
%高斯脉冲的波形变化
%函数1 : "cp0701_shape_factor_variation"
%对应不同的α值产生一组矢量来表示高斯脉冲波形,并计算其相应的ESD。
%最后,画出各个α值所对应的脉冲波形及其ESD。
%该函数有三个输入参数:
%1)α的最小值'alphamin'
%2)增量步长 'alphastep'
%3)α值的个数'N_alphavalues'
%函
www.eeworm.com/read/461264/7230409
pro psf_gaussian.pro
function psf_gaussian, parameters, NPIXEL=npixel, NDIMENSION=ndim, FWHM=fwhm, $
DOUBLE = double, CENTROID=cntrd, ST_DEV=st_dev, $
XY_CORREL=xy_corr, N
www.eeworm.com/read/453949/7403434
m gaussian_pyramid.m
function G=gaussian_pyramid(I)
%create Gaussian pyramid of images from image I
%works for images with dimensions 2^N+1
%Homework2 - Computer Vision - Benjamin Berger - Part 1.1.1
%CISC 689 - Universit
www.eeworm.com/read/448162/7539709
m rxy_gaussian.m
function result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg)
% result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg)
%
% Computes the envelope correlation of the signals in th
www.eeworm.com/read/448162/7539712
m plot_gaussian.m
function plot_gaussian(number_clusters, power, AOA_deg, sigma_deg, ...
delta_phi_deg, plot_number)
% plot_gaussian(number_clusters, power, AOA_deg, sigma_deg,
% delta_phi_deg,
www.eeworm.com/read/448162/7539722
m normalisation_gaussian.m
function [Q, sigma_deg] = normalisation_gaussian(number_clusters, ...
power_lin, AS_deg, delta_phi_deg)
% [Q, sigma_deg] = normalisation_gaussian(number_clusters,
% power_lin,
www.eeworm.com/read/448162/7539732
m rxx_gaussian.m
function result = Rxx_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg)
% result = Rxx_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg)
%
% Computes the correlation of the real and imaginary par
www.eeworm.com/read/447716/7546240
m rxy_gaussian.m
function result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg)
% result = Rxy_gaussian(d_norm,phi_0_deg,sigma_deg,delta_phi_deg)
%
% Computes the envelope correlation of the signals in th