Home
last modified time | relevance | path

Searched refs:HDR (Results 51 – 75 of 3415) sorted by relevance

12345678910>>...137

/dports/devel/dev86/dev86-0.16.20/dis88/
H A Ddismain.c382 PC,HDR.a_text); in distext()
458 end = HDR.a_text + HDR.a_data; in disdata()
461 PC,HDR.a_data); in disdata()
504 end = HDR.a_data + HDR.a_bss; in disbss()
506 end = HDR.a_text + HDR.a_data + HDR.a_bss; in disbss()
509 PC,HDR.a_bss); in disbss()
601 if (BADMAG(HDR))
621 HDR.a_trsize = HDR.a_drsize = 0L;
622 HDR.a_tbase = HDR.a_dbase = 0L;
627 + HDR.a_data
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t300_FeatureExtraction/
H A Devoked_potential.m12 % The trigger information is obtained from HDR.EVENT.POS(HDR.EVENT.TYP==EventTyp))
44 CHAN=1:HDR.NS;
46 HDR.Classlabel = HDR.EVENT.TYP;
47 HDR.TRIG = HDR.EVENT.POS;
50 HDR = CHAN; variable
53 %HDR = sopen(fn,'r',CHAN);[S,HDR]=sread(HDR);HDR = sclose(HDR);
62 HDR.Classlabel = ones(size(HDR.TRIG));
79 trig = HDR.EVENT.POS(HDR.EVENT.TYP==CL(cl));
110 R.Label = HDR.Label;
112 R.ELEC = HDR.ELEC;
[all …]
H A Dburst_onset_phase.m13 % HDR header structure
71 ixSegStart0 = sort([1; HDR.EVENT.POS(HDR.EVENT.TYP==hex2dec('7ffe')); size(s,1)+1]);
133 HDR2.Patient = HDR.Patient;
134 HDR2.T0 = HDR.T0;
139 HDR2.Label = {HDR.Label{ch}; HDR.Label{ch}};
140 HDR2.DigMax = [HDR.DigMax(ch); HDR.DigMax(ch)];
141 HDR2.DigMin = [HDR.DigMin(ch); HDR.DigMin(ch)];
142 HDR2.PhysMax = [HDR.PhysMax(ch); HDR.PhysMax(ch)];
143 HDR2.PhysMin = [HDR.PhysMin(ch); HDR.PhysMin(ch)];
145 HDR2.PhysDimCode = [HDR.PhysDimCode(ch);HDR.PhysDimCode(ch)];
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/demo/
H A Ddemo11.m35 Fs=HDR.SampleRate;
36 [HDR.FILE.Path,HDR.FILE.Name,HDR.FILE.Ext]=fileparts(HDR.FileName);
39 eegchan=1:HDR.NS;
45 B = fir1(HDR.SampleRate,[1 6]*2/HDR.SampleRate);
58 LDR.Label_In=char(HDR.Label);
64 HDR.FileName=[HDR.FileName,'.eog_corrected.gdf'];
65 mexSSAVE(HDR,data_corrected);
81 [s,sz]=trigg(data,HDR.EVENT.POS(HDR.EVENT.TYP==typ),ti(1)*Fs,ti(2)*Fs);
83 for k=1:HDR.NS,
91 [s,sz]=trigg(data_corrected,HDR.EVENT.POS(HDR.EVENT.TYP==typ),ti(1)*Fs,ti(2)*Fs);
[all …]
H A Ddemo1.m45 HDR = sopen(fullfile(P,F),'r'); variable
46 if HDR.NS > 1,
47 …CHAN = sort([strmatch('ECG',HDR.Label);strmatch('EKG',HDR.Label);strmatch('ecg',HDR.Label);strmatc…
49 HDR = sclose(HDR); variable
51 for k = 1:HDR.NS,
60 [s,HDR] = sread(HDR);
61 HDR = sclose(HDR); variable
66 H2 = qrsdetect(s,HDR.SampleRate,2);
68 H2 = qrsdetect(s,HDR.SampleRate,1);
82 ylabel(sprintf('%s [%s]',HDR.Label{CHAN},HDR.PhysDim{CHAN}));
[all …]
H A Ddemo5.m34 HDR.TYPE='WAV'; % Define file format
36 HDR.FileName = F{1}; % Assign Filename
38 HDR.SampleRate = 8000; % Sampling rate
43 HDR.FLAG.UCAL = 0;
45 HDR.bits = 16;
47 HDR.NS = size(s,2);
49 HDR.SPR = size(s,1);
52 HDR.FileName = F{1}; % Assign Filename
53 HDR = sopen(HDR,'w'); % OPEN BKR FILE variable
54 swrite(HDR,s);
[all …]
H A Ddemo2.m72 [i,j,HDR.Classlabel] = unique(HDR.EVENT.TYP(ix));
73 HDR.TRIG = HDR.EVENT.POS(HDR.EVENT.TYP==hex2dec('300'));
74 %HDR.TRIG = HDR.EVENT.POS(ix);
89 [HDR]=sopen(H,'r',0);[s,HDR]=sread(HDR);HDR=sclose(HDR);
100 HDR.SampleRate = HDR.SampleRate/DIV;
101 HDR.EVENT.POS = round(HDR.EVENT.POS/DIV);
102 HDR.EVENT.DUR = round(HDR.EVENT.DUR/DIV);
103 HDR.TRIG = round(HDR.TRIG);
183 CC1 = findclassifier(f1, HDR.TRIG, [HDR.Classlabel,NG], MODE, [], TYPE);
184 CC2 = findclassifier(f2, HDR.TRIG, [HDR.Classlabel,NG], MODE, [], TYPE);
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t250_ArtifactPreProcessingQualityControl/
H A Ddetect_spikes_bursts.m177 HDR = fn; variable
182 HDR = fn; variable
191 chan=1:HDR.NS;
289 HDR = spikes2bursts(HDR,vararg{:}); variable
296 HDR.SPR = 1;
297 HDR = rmfield(HDR,'AS'); variable
303 HDR.FILE = [];
313 HDR.Dur = 1/HDR.SampleRate;
314 HDR = sopen(HDR,'w'); variable
318 HDR = swrite(HDR,s); variable
[all …]
H A Dremove5060hz.m8 % [s,HDR] = remove5060hz(s, HDR, Mode)
31 % HDR header structure
84 HDR = arg2; variable
101 if isfield(HDR,'EVENT')
102 segs = [1;HDR.EVENT.POS(HDR.EVENT.TYP==hex2dec('7ffe'));size(s,1)];
198 HDR.VERSION = 3;
199 HDR.GDFTYP(:) = 16;
201 mexSSAVE(HDR,s);
203 HDR = sopen(HDR,'w'); variable
204 HDR = swrite(HDR,s); variable
[all …]
H A Dqc_histo.m1 function HDR = qc_histo(fn,arg2)
44 HDR = sopen(fn,'r',CHAN,MODE); variable
45 [s,HDR] = sread(HDR);
46 sclose(HDR);
48 HDR.HIS = histo3(s);
49 HDR.RES = hist2res(HDR.HIS);
50 %HDR.RES = y2res(s);
51 %HDR.Threshold = repmat([-1,1]/1e2,HDR.NS,1);
52 HDR.datatype = 'qc:histo';
54 [HDR.AR,HDR.RC,HDR.PE] = lattice(center(s)',50);
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dbdf2biosig_events.m1 function HDR=bdf2biosig_events(HDR, Mode)
4 % HDR = bdf2biosig_events(HDR [,Mode])
59 if ~isfield(HDR,'BDF') || ~isfield(HDR.BDF,'ANNONS')
63 t = HDR.BDF.ANNONS;
157 HDR.EVENT = [];
158 [HDR.EVENT.POS,ix] = sort(POS);
159 HDR.EVENT.TYP = TYP(ix);
165 HDR.BDF.Trigger.POS = find(ix);
166 HDR.BDF.Trigger.TYP = t(HDR.BDF.Trigger.POS);
170 HDR.BDF.Status.POS = find(ix);
[all …]
H A Dedfannot2evt.m1 function HDR = edfannot2evt(HDR)
24 if isfield(HDR,'EDFplus') && isfield(HDR.EDFplus,'ANNONS'),
29 sz = size(HDR.EDFplus.ANNONS);
38 t = HDR.EDFplus.ANNONS(:,k)';
49 POS(N,1) = HDR.SPR * (k-1) + 1;
83 HDR.EVENT.POS = POS(:);
84 HDR.EVENT.DUR = DUR(:);
85 HDR.EVENT.TYP = TYP(:);
86 HDR.EVENT.CHN = zeros(N,1);
87 HDR.EVENT.TimeStamp = TimeStamp;
[all …]
H A Dtload.m50 [s,HDR] = sload(FILENAME,CHAN);
53 HDR = artifact_selection({HDR,EVENTFILE},TI2); variable
56 H = HDR;
57 TRIG = HDR.TRIG;
58 if isfield(HDR,'ArtifactSelection'),
60 TRIG = TRIG(~HDR.ArtifactSelection);
61 if isfield(HDR,'Classlabel');
63 H.Classlabel = HDR.Classlabel(~HDR.ArtifactSelection);
68 TI1 = TI1*HDR.SampleRate;
70 if HDR.FLAG.TRIGGERED & (any(TI1<1) | any(TI1>HDR.SPR))
[all …]
/dports/net/savvycan/SavvyCAN-1.0.245/mqtt/
H A Dqmqtt_frame.h72 #define GETTYPE(HDR) (HDR & 0xF0) in QT_FORWARD_DECLARE_CLASS() argument
73 #define SETQOS(HDR, Q) (HDR | ((Q) << 1)) in QT_FORWARD_DECLARE_CLASS() argument
74 #define GETQOS(HDR) ((HDR & 0x06) >> 1) in QT_FORWARD_DECLARE_CLASS() argument
75 #define SETDUP(HDR, D) (HDR | ((D) << 3)) in QT_FORWARD_DECLARE_CLASS() argument
76 #define GETDUP(HDR) ((HDR & 0x08) >> 3) in QT_FORWARD_DECLARE_CLASS() argument
77 #define SETRETAIN(HDR, R) (HDR | (R)) in QT_FORWARD_DECLARE_CLASS() argument
78 #define GETRETAIN(HDR) (HDR & 0x01) in QT_FORWARD_DECLARE_CLASS() argument
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/
H A Dnet.sourceforge.qtpfsgui.LuminanceHDR.desktop2 Name=Luminance HDR
3 GenericName=HDR imaging tool
4 GenericName[de]=Workflow für HDR-Bilder
5 GenericName[it]=Workflow per immagini HDR
6 GenericName[ru]=Работа с HDR-фотографией
7 GenericName[tr]=HDR Resim Düzenleyici
9 Comment=Create and tonemap HDR images
10 Comment[de]=Luminance HDR ist eine grafische Benutzeroberfläche zur Erzeugung von HDR-Bildern und d…
11 Comment[en_US]=Luminance is a graphical user interface used to create and tonemap HDR images
14 Comment[ru]=Cоздание HDR-снимков и отображение тонов в LDR
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/data/compositor/hdr/
H A Dhdr.compositor1 compositor HDR
6 compositor_logic HDR
9 // Fullsize HDR render target, used as tone mapping source
98 material Ogre/Compositor/HDR/CopySample
134 material Ogre/Compositor/HDR/GaussianBloom
145 material Ogre/Compositor/HDR/GaussianBloom
161 material Ogre/Compositor/HDR/ToneMapping
178 compositor_logic HDR
313 material Ogre/Compositor/HDR/GaussianBloom
324 material Ogre/Compositor/HDR/GaussianBloom
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t330_StimFit/
H A Dsimul002.m69 HDR.NS = 1;
70 HDR.TYPE='GDF';
71 HDR.T0 = now;
74 HDR.GDFTYP = 16;
77 [HDR.NRec, HDR.SPR] = size(y);
81 HDR.DigMax = HDR.PhysMax;
82 HDR.DigMin = HDR.PhysMin;
86 HDR.EVENT.N = HDR.NRec-1;
88 HDR.EVENT.TYP = repmat(hex2dec('7ffe'),size(HDR.EVENT.POS));
91 HDR = sopen(HDR,'w'); variable
[all …]
H A Dsimul001.m57 HDR.NS = 1;
58 HDR.TYPE='GDF';
59 HDR.T0 = now;
62 HDR.GDFTYP = 16;
65 [HDR.NRec, HDR.SPR] = size(y);
69 HDR.DigMax = HDR.PhysMax;
70 HDR.DigMin = HDR.PhysMin;
74 HDR.EVENT.N = HDR.NRec-1;
76 HDR.EVENT.TYP = repmat(hex2dec('7ffe'),size(HDR.EVENT.POS));
79 HDR = sopen(HDR,'w'); variable
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/
H A DMakefile.in434 HDR = \
539 parse.lo: parse.c $(HDR)
556 auth.lo: $(TOP)/src/auth.c $(HDR)
583 date.lo: $(TOP)/src/date.c $(HDR)
605 expr.lo: $(TOP)/src/expr.c $(HDR)
611 fkey.lo: $(TOP)/src/fkey.c $(HDR)
614 func.lo: $(TOP)/src/func.c $(HDR)
620 hash.lo: $(TOP)/src/hash.c $(HDR)
635 main.lo: $(TOP)/src/main.c $(HDR)
686 os.lo: $(TOP)/src/os.c $(HDR)
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/depslib/src/
H A Dcache.c22 typedef struct _hdr HDR; typedef
28 HDR *next;
29 HDR *tail;
33 static HDR *hdrlist = 0;
39 static HDR *hdr_append (HDR *l, HDR *nl) in hdr_append()
57 static HDR *hdr_enter(const char *file) in hdr_enter()
59 HDR hdr, *h = &hdr; in hdr_enter()
109 HDR *h = 0; in cache_read()
155 HDR *h; in cache_write()
187 HDR *h; in cache_check()
[all …]
/dports/news/inn/inn-2.6.4/frontends/
H A Dinews.c335 strlcpy(localfrom, HDR(_sender) ? HDR(_sender) : HDR(_from), SMBUF); in CheckCancel()
553 if (HDR(_from) == NULL) in ProcessHeaders()
565 if (HDR(_date) == NULL) { in ProcessHeaders()
569 HDR(_date) = xstrdup(buff); in ProcessHeaders()
575 if (HDR(_control)) { in ProcessHeaders()
576 CheckControl(HDR(_control)); in ProcessHeaders()
579 p = HDR(_subject); in ProcessHeaders()
582 else if (HDR(_alsocontrol)) in ProcessHeaders()
602 if (HDR(_path) == NULL) { in ProcessHeaders()
630 if (HDR(_expires) && parsedate_rfc5322_lax(HDR(_expires)) == -1) in ProcessHeaders()
[all …]
/dports/sysutils/shlock/inn-2.6.4/frontends/
H A Dinews.c335 strlcpy(localfrom, HDR(_sender) ? HDR(_sender) : HDR(_from), SMBUF); in CheckCancel()
553 if (HDR(_from) == NULL) in ProcessHeaders()
565 if (HDR(_date) == NULL) { in ProcessHeaders()
569 HDR(_date) = xstrdup(buff); in ProcessHeaders()
575 if (HDR(_control)) { in ProcessHeaders()
576 CheckControl(HDR(_control)); in ProcessHeaders()
579 p = HDR(_subject); in ProcessHeaders()
582 else if (HDR(_alsocontrol)) in ProcessHeaders()
602 if (HDR(_path) == NULL) { in ProcessHeaders()
630 if (HDR(_expires) && parsedate_rfc5322_lax(HDR(_expires)) == -1) in ProcessHeaders()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dshader.cc38 #define HDR(x) \ macro
264 HDR("attribute float a_index;"); in GetShaderString()
288 HDR("uniform mat4 matrix;"); in GetShaderString()
295 HDR("uniform vec4 viewport;"); in GetShaderString()
371 HDR("varying float v_alpha;"); in GetShaderString()
375 HDR("uniform float opacity[4];"); in GetShaderString()
1027 HDR("uniform vec4 color;"); in GetShaderSource()
1056 HDR("uniform mat4 colorMatrix;"); in GetShaderSource()
1057 HDR("uniform vec4 colorOffset;"); in GetShaderSource()
1110 HDR("uniform float alpha;"); in GetShaderSource()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dshader.cc36 #define HDR(x) \ macro
262 HDR("attribute float a_index;"); in GetShaderString()
286 HDR("uniform mat4 matrix;"); in GetShaderString()
293 HDR("uniform vec4 viewport;"); in GetShaderString()
369 HDR("varying float v_alpha;"); in GetShaderString()
373 HDR("uniform float opacity[4];"); in GetShaderString()
1025 HDR("uniform vec4 color;"); in GetShaderSource()
1054 HDR("uniform mat4 colorMatrix;"); in GetShaderSource()
1055 HDR("uniform vec4 colorOffset;"); in GetShaderSource()
1108 HDR("uniform float alpha;"); in GetShaderSource()
[all …]
/dports/news/inn-current/inn-2.7-20211226/frontends/
H A Dinews.c115 #define HDR(_x) (Table[(_x)].Value) macro
335 strlcpy(localfrom, HDR(_sender) ? HDR(_sender) : HDR(_from), SMBUF); in CheckCancel()
550 if (HDR(_from) == NULL) in ProcessHeaders()
562 if (HDR(_date) == NULL) { in ProcessHeaders()
572 if (HDR(_control)) { in ProcessHeaders()
575 p = HDR(_subject); in ProcessHeaders()
583 if (HDR(_messageid) == NULL) { in ProcessHeaders()
593 if (HDR(_path) == NULL) { in ProcessHeaders()
619 if (HDR(_expires) && parsedate_rfc5322_lax(HDR(_expires)) == -1) in ProcessHeaders()
644 HDR(_lines) = xstrdup(buff); in ProcessHeaders()
[all …]

12345678910>>...137