?? 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, AS_deg, delta_phi_deg)%% Computes the variances sigma_k and the power normalising% coefficients Q_k such that the Power Azimuth Spectrum (PAS) can% be regarded as a probability distribution function (pdf), that is% to say int_{-\pi}^{pi} PAS(\phi) d\phi = 1.%% Revision history%% July 2003 - Bug fix: half-domain definition delta_phi_deg held as% a vector instead of as a scalar% April 2003 - Bug fix: half-domain definition delta_phi_deg% passed as parameter. Used to be hard-coded. Thanks to% Cesar Caballero, University of Zaragoza (Spain) for% reporting the bug.% July 2001 - Creation%%% STANDARD DISCLAIMER%% The Computer Science Institute of the University of Namur (hereafter% "FUNDP-INFO") is furnishing this item "as is". FUNDP-INFO does not% provide any warranty of the item whatsoever, whether express,% implied, or statutory, including, but not limited to, any warranty% of merchantability or fitness for a particular purpose or any% warranty that the contents of the item will be error-free.%% In no respect shall FUNDP-INFO incur any liability for any damages,% including, but limited to, direct, indirect, special, or% consequential damages arising out of, resulting from, or any way% connected to the use of the item, whether or not based upon% warranty, contract, tort, or otherwise; whether or not injury was% sustained by persons or property or otherwise; and whether or not% loss was sustained from, or arose out of, the results of, the% item, or any services that may be provided by FUNDP-INFO.%% (c) Laurent Schumacher, FUNDP-INFO - July 2003%% Computation of sigma%for k=1:number_clusters string = ['exist(''AS2sigma_gaussian_', num2str(delta_phi_deg(k)),'.mat'')']; if eval(string) == 0 disp(['!!! Look-up table AS -> sigma unavailable for ', ... num2str(delta_phi_deg(k)),'
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -