Home
last modified time | relevance | path

Searched defs:HDR (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/biology/biosig/biosig-2.3.3/biosig4matlab/demo/
H A Ddemo4.m56 HDR = sopen(HDR,'w'); % OPEN BKR FILE variable
61 HDR = sclose(HDR); % CLOSE BKR FILE variable
72 HDR = sopen(HDR,'w'); % OPEN BKR FILE variable
73 HDR = swrite(HDR,s); % WRITE BKR FILE variable
75 HDR = swrite(HDR,s); % WRITE BKR FILE variable
78 HDR = sclose(HDR); % CLOSE BKR FILE variable
82 HDR = sopen(HDR,'r'); % OPEN BKR FILE variable
84 HDR = sclose(HDR); variable
H A Ddemo1.m45 HDR = sopen(fullfile(P,F),'r'); variable
49 HDR = sclose(HDR); variable
56 HDR = sopen(fullfile(P,F),'r',CHAN); variable
61 HDR = sclose(HDR); variable
H A Ddemo5.m53 HDR = sopen(HDR,'w'); % OPEN BKR FILE variable
55 HDR = sclose(HDR); % CLOSE BKR FILE variable
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t300_FeatureExtraction/
H A Doahe.m166 HDR = rmfield(HDR,'AS'); variable
168 HDR = sopen(HDR,'w'); variable
172 HDR = swrite(HDR,s); variable
173 HDR = sclose(HDR); variable
188 HDR = rmfield(HDR,'AS'); variable
189 HDR = sopen(HDR, 'w'); variable
193 HDR = sclose(HDR); variable
H A Dqrsdetect.m109 HDR = sopen(fn,'r',chan);HDR = sclose(HDR); variable
184 HDR = rmfield(HDR,'AS'); variable
186 HDR = sopen(HDR,'w'); variable
190 HDR = swrite(HDR,s); variable
191 HDR = sclose(HDR); variable
H A Decg_wave_analysis.m154 HDR = rmfield(HDR,'AS'); variable
156 HDR = sopen(HDR,'w'); variable
160 HDR = swrite(HDR,s); variable
161 HDR = sclose(HDR); variable
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dsave2bkr.m166 HDR = arg1; variable
227 HDR = sopen (HDR,'w',0); % OPEN BKR FILE variable
228 HDR = swrite(HDR,data); % WRITE BKR FILE variable
230 HDR = sclose(HDR); % CLOSE BKR FILE variable
246 HDR = sopen(HDR.FileName,'r'); variable
247 HDR = sclose(HDR); variable
418 HDR = sopen(HDR,'w'); variable
424 HDR = swrite(HDR,y(:,1:HDR.NS)); % WRITE BKR FILE variable
426 HDR = sclose(HDR); variable
444 HDR = sopen(HDR.FileName,'r'); variable
[all …]
H A Dssave.m41 HDR = FILENAME; variable
96 HDR = sopen(HDR,'w'); variable
98 HDR = swrite(HDR,DATA); variable
100 HDR = sclose(HDR); variable
H A Dhdr2ascii.m34 HDR = source; variable
39 HDR = sopen(source); variable
40 HDR = sclose(HDR); variable
47 HDR = source; variable
49 HDR = sopen(source); variable
50 HDR = sclose(HDR); variable
171 HDR = leadidcodexyz(HDR); variable
H A Dfepi2gdf.m55 HDR = sopen(HDR,'w'); variable
56 HDR = swrite(HDR,s); variable
57 HDR = sclose(HDR); variable
H A Dsave2gdf.m64 HDR = arg1; variable
226 HDR = sopen(HDR,'w'); variable
233 HDR = swrite(HDR,data(:,1:HDR.NS)); % WRITE GDF FILE variable
235 HDR = sclose(HDR); variable
272 HDR = sopen(filename,'r',0); variable
280 HDR = sclose(HDR); variable
H A Deload.m36 HDR = getfiletype(filename); variable
61 HDR = sopen(HDR,'r'); HDR=sclose(HDR); variable
153 HDR = bv2biosig_events(H); variable
H A Dgetfiletype.m32 HDR = arg1; variable
959 HDR = getfiletype(HDR); variable
1113 HDR = getfiletype(fullfile(HDR.FILE.Path,'alpha.alp')); variable
1185 HDR = getfiletype(fullfile(HDR.FILE.Path,tmp.name)); variable
1292 HDR = getfiletype(tmp); variable
1300 HDR = getfiletype(tmp); variable
1309 HDR = getfiletype(tmp); variable
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t250_ArtifactPreProcessingQualityControl/
H A Dspikes2bursts.m131 HDR = fn; variable
239 HDR = sopen(HDR, 'w'); variable
243 HDR = swrite(HDR,s); variable
244 HDR = sclose(HDR); variable
260 HDR = rmfield(HDR,'AS'); variable
261 HDR = sopen(HDR, 'w'); variable
265 HDR = sclose(HDR); variable
H A Ddetect_spikes_bursts.m177 HDR = fn; variable
182 HDR = fn; variable
289 HDR = spikes2bursts(HDR,vararg{:}); variable
297 HDR = rmfield(HDR,'AS'); variable
314 HDR = sopen(HDR,'w'); variable
318 HDR = swrite(HDR,s); variable
319 HDR = sclose(HDR); variable
H A Dget_inter_spike_intervals.m35 HDR = sopen(F); variable
36 HDR = sclose(HDR); variable
H A Dremove5060hz.m84 HDR = arg2; variable
203 HDR = sopen(HDR,'w'); variable
204 HDR = swrite(HDR,s); variable
205 HDR = sclose(HDR); variable
H A Dartifact_selection.m50 HDR = sopen(fn,'r'); HDR = sclose(HDR); variable
61 HDR = h; variable
/dports/multimedia/Bento4/Bento4-1.6.0-639/Documents/MkDocs/src/developers/dash/
H A Dcodecs.md10 ## HDR section in Video Codecs
14 ### Dolby Vision
16 ### HDR10
/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/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap4/
H A Dd4chunk.c31 struct HDR {unsigned int flags; unsigned int count;}; argument
/dports/science/netcdf/netcdf-c-4.7.4/libdap4/
H A Dd4chunk.c31 struct HDR {unsigned int flags; unsigned int count;}; struct
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_mqtt.h27 #define SW_MQTT_SETRETAIN(HDR, R) (HDR | (R)) argument
28 #define SW_MQTT_SETQOS(HDR, Q) (HDR | ((Q) << 1)) argument
29 #define SW_MQTT_SETDUP(HDR, D) (HDR | ((D) << 3)) argument
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t330_StimFit/
H A Dsimul002.m91 HDR = sopen(HDR,'w'); variable
93 HDR = sclose(HDR); variable
H A Dsimul001.m79 HDR = sopen(HDR,'w'); variable
81 HDR = sclose(HDR); variable

12345678910>>...15