[go: up one dir, main page]

Menu

[73c35b]: / init / CORR_pp.m  Maximize  Restore  History

Download this file

25 lines (22 with data), 697 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% CORR_pp.m: defines lag profiles for power profile measurements.
% GUISDAP v.1.60 96-05-27 Copyright Asko Huuskonen and Markku Lehtinen
%
% The function calls COR_pp and hides parameters like the result memory addresses and
% virtual channel numbers from the user.
%
% input parameters
% N_gates : Number of gates to be calculated
% gating : Number of crossed products added to the same result memory location
%
% See also: design, COR_pp
%
% function CORR_pp(N_gates,gating)
function CORR_pp(N_gates,gating)
global ra_next vc_number type_next code_next
ra=ra_next;
ri=1;
vc=vc_number;
lptype=type_next;
N_skipped=0;
code=code_next;
COR_pp(ra,ri,vc,lptype,gating,N_gates,N_skipped,code)