Home
last modified time | relevance | path

Searched refs:SPR (Results 1 – 25 of 1979) sorted by path

12345678910>>...80

/dports/astro/cfitsio/cfitsio-3.49/docs/
H A Dcfortran.doc679 Submit an SPR with a problem description.
683 This SPR can be staved off, with the simple modification to cfortran.h, such
/dports/astro/gpstk/GPSTk-8.0.0/core/apps/positioning/
H A DREADME.md59 SPR Simple ECEF XYZ solution residuals [only if both SPS & ref given]
534 there will be SPR and SNE records similar to RPR and RNE. "SPS" denotes the straightforward pseudor…
989 SPR Simple ECEF XYZ solution minus apriori position
/dports/astro/opencpn/OpenCPN-5.2.4/data/s57data/
H A DS52RAZDS.RLE23644 SVCT 113SPR;ST0;PU600,350;PM0;PD850,450,950,700,850,950,600,1050,350,950,250,700,350,450,600,350,6…
/dports/astro/weather/weather-2.4.2/
H A Dairports.csv14970 32370,"BZ-SPR","medium_airport","John Greif II Airport",17.9139,-87.9711,4,"NA","BZ","BZ-CY","San P…
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/data/external/
H A D2013-1_UNLOCODE_CodeListPart1.csv1610 "+","AT","SPR","Sankt Peter im Sulmtal","Sankt Peter im Sulmtal","6","--3-----","RL","1301",,"4645N…
8356 ,"BZ","SPR","San Pedro","San Pedro",,"---4----","AI","9601",,,
10680 ,"CA","SPR","Spragge","Spragge","ON","1-------","AS","9905",,,
12055 ,"CH","SPR","Saint-Prex","Saint-Prex","VD","--3-----","RL","0407",,"4629N 00628E",
16054 ,"CZ","SPR","Sp�l�ne Por�c�","Spalene Porici","PL","--3-----","RL","0701",,"4937N 01335E",
23984 ,"DE","SPR","Sprendlingen/Rheinhessen","Sprendlingen/Rheinhessen","RP","-23-----","AF","9501",,,
30577 ,"ES","SPR","San Pedro Riudevitlles","San Pedro Riudevitlles",,"0-------","RQ","9307",,,
41762 ,"FR","SPR","Saint-Pierre-d'Entremont","Saint-Pierre-d'Entremont",,"--3-----","RQ","1101",,,"More t…
H A D2013-1_UNLOCODE_CodeListPart2.csv4606 ,"GB","SPR","Sparkford","Sparkford","SOM","--3-----","AF","9704",,,
10091 ,"IN","SPR","Sirpur","Sirpur","AN","--3-----","RQ","0901",,,
15020 ,"IT","SPR","Spoltore","Spoltore",,"--3-----","RQ","0101",,,
21812 ,"NL","SPR","Sprundel","Sprundel","NB","--3-----","RL","0607",,"5133N 00436E",
H A D2013-1_UNLOCODE_CodeListPart3.csv6920 ,"SE","SPR","Spr�ngsviken","Sprangsviken","Y","123-----","AF","8312",,,
7394 ,"SI","SPR","Sempeter v Savinjski Dolini","Sempeter v Savinjski Dolini","190","-23-----","RL","0901…
7750 ,"SK","SPR","Spisske Podhradie","Spisske Podhradie","PV","-----6--","RL","0901",,"4900N 02045E",
8276 ,"TH","SPR","Samut Prakarn","Samut Prakarn",,"0-------","RQ","9601",,,
9133 ,"TT","SPR","Siparia","Siparia",,"-----6--","RL","1007",,"1008N 06130W",
24642 ,"US","SPR","Spencer","Spencer","MA","--3-----","RQ","9008",,,
28450 ,"ZA","SPR","Springs","Springs",,"-23-----","RQ","9704",,,
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dreverb.c133 struct _coord SPR; /* Right Speaker Position */ in _WM_init_reverb() local
138 SPR.x = room_x / 4.0 * 3.0; in _WM_init_reverb()
140 SPR.y = room_y / 10.0; in _WM_init_reverb()
166 SPR_LSN_XOFS = SPR.x - listen_x; in _WM_init_reverb()
167 SPR_LSN_YOFS = SPR.y - listen_y; in _WM_init_reverb()
188 SPR_RFL_XOFS = SPR.x - RFN[i].x; in _WM_init_reverb()
189 SPR_RFL_YOFS = SPR.y - RFN[i].y; in _WM_init_reverb()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/
H A Dreverb.cpp139 struct _coord SPR = {7.5, 5.0}; /* Right Speaker Position */ in _WM_init_reverb()
153 struct _coord SPR; /* Right Speaker Position */ in _WM_init_reverb() local
158 SPR.x = room_x / 4.0 * 3.0; in _WM_init_reverb()
160 SPR.y = room_y / 10.0; in _WM_init_reverb()
187 SPR_LSN_XOFS = SPR.x - listen_x; in _WM_init_reverb()
188 SPR_LSN_YOFS = SPR.y - listen_y; in _WM_init_reverb()
209 SPR_RFL_XOFS = SPR.x - RFN[i].x; in _WM_init_reverb()
210 SPR_RFL_YOFS = SPR.y - RFN[i].y; in _WM_init_reverb()
/dports/biology/biosig/biosig-2.3.3/biosig4c++/R/
H A Dloadgdf.r37 SPR = "numeric", # samples per record
164 HDR@SPR <- 1
187 for (v in unique(HDR@spr[chan])) HDR@SPR <- (HDR@SPR %lcm% v)
188 HDR@SampleRate <- HDR@SPR / HDR@Dur
244 SPR <- HDR@spr[chan[1]] functionVar
246 data <- matrix(c(1:(HDR@NRec * SPR * length(chan))), ncol=length(chan))
H A Dsload.c41 size_t SPR = biosig_get_number_of_samples(hdr); in sload() local
44 SEXP result = PROTECT(allocMatrix(REALSXP, SPR, NS)); in sload()
47 int status = sread(REAL(result), 0, SPR, hdr); in sload()
/dports/biology/biosig/biosig-2.3.3/biosig4c++/
H A Dbiosig-dev.h300 uint32_t SPR ATT_ALI; /* samples per record (block) */
336 …uint32_t SPR ATT_ALI; /* samples per block (when different sampling rates are used, this is the …
H A Dbiosig.c3077 hdr->SPR = lcm(hdr->SPR,hdr->CHANNEL[k].SPR); in gdfbin2struct()
4283 hdr->SPR = lcm(hdr->SPR, hc->SPR); in sopen_extended()
4632 hdr->SPR = lcm(hdr->SPR, hc->SPR); in sopen_extended()
5179 if (cp->SPR>0) hdr->SPR = lcm(hdr->SPR,cp->SPR); in sopen_extended()
7364 hc->SPR = hdr->SPR; in sopen_extended()
8829 hdr->SPR = (chan==0) ? SPR : lcm(SPR, hdr->SPR); in sopen_extended()
9110 if (!hc->SPR) hc->SPR = hdr->SPR; in sopen_extended()
10272 hc->SPR = hdr->SPR; in sopen_extended()
12445 hdr->SPR = lcm(hdr->SPR, hdr->CHANNEL[k].SPR); in sopen_extended()
13705 SPR = CHptr->SPR; in swrite()
[all …]
H A Dbiosig2.c139 return hdr->NRec*hdr->SPR; in biosig_get_number_of_samples()
143 return hdr->SPR; in biosig_get_number_of_samples_per_record()
637 return (hdr->SampleRate * hc->SPR / hdr->SPR); in biosig_get_channel_samplerate()
641 return hc->SPR; in biosig_channel_get_samples_per_record()
645 hc->SPR = spr; in biosig_channel_set_samples_per_record()
653 hc->SPR = hdr->SPR * fs / hdr->SampleRate; in biosig_set_channel_samplerate_and_samples_per_record()
657 hc->SPR = spr; in biosig_set_channel_samplerate_and_samples_per_record()
660 assert (hdr->SampleRate * hc->SPR == fs * hdr->SPR); in biosig_set_channel_samplerate_and_samples_per_record()
661 return (hdr->SampleRate * hc->SPR != fs * hdr->SPR); in biosig_set_channel_samplerate_and_samples_per_record()
908 return (hdr->SampleRate*hdr->CHANNEL[biosig_signal].SPR/hdr->SPR); in biosig_get_samplefrequency()
[all …]
H A Dbiosig2gdf.c265 t1 *= hdr->SampleRate / hdr->SPR; in main()
266 t2 *= hdr->SampleRate / hdr->SPR; in main()
271 … t1 (%f) and t2 (%f) must be a multiple of block duration %f\n", t1,t2,hdr->SPR / hdr->SampleRate); in main()
321 if ( (hdr->CHANNEL[k].OnOff > 0) && hdr->CHANNEL[k].SPR ) { in main()
322 if ((hdr->SPR/hdr->CHANNEL[k].SPR)*hdr->CHANNEL[k].SPR != hdr->SPR) in main()
379 if (hdr->CHANNEL[k].OnOff && hdr->CHANNEL[k].SPR) { in main()
380 hdr->CHANNEL[k].SPR = hdr->SPR; in main()
405 hdr->SPR = 1; in main()
412 hdr->CHANNEL[k].SPR = hdr->SPR; in main()
H A Dsave2gdf.c352 t1 *= hdr->SampleRate / hdr->SPR; in main()
353 t2 *= hdr->SampleRate / hdr->SPR; in main()
383 if ((hdr->SPR/hdr->CHANNEL[k].SPR)*hdr->CHANNEL[k].SPR != hdr->SPR) in main()
474 uint32_t asGCD=hdr->SPR; in main()
477 asGCD = gcd(asGCD, hdr->CHANNEL[k].SPR); in main()
482 hdr->SPR /= asGCD; in main()
485 hdr->CHANNEL[k].SPR /= asGCD; in main()
489 hdr->rerefCHANNEL[k].SPR /= asGCD; in main()
537 hdr->NRec = N/hdr->SPR; in main()
539 N = hdr->NRec*hdr->SPR; in main()
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4c++/mex/
H A DmexSLOAD.cpp511 plhs[0] = mxCreateDoubleMatrix(NS, hdr->NRec*hdr->SPR, mxREAL); in mexFunction()
513 plhs[0] = mxCreateDoubleMatrix(hdr->NRec*hdr->SPR, NS, mxREAL); in mexFunction()
558 mxSetField(HDR,0,"SPR",mxCreateDoubleScalar(hdr->SPR)); in mexFunction()
561 mxSetField(HDR,0,"Dur",mxCreateDoubleScalar(hdr->SPR/hdr->SampleRate)); in mexFunction()
596 mxArray *SPR = mxCreateDoubleMatrix(1,NS, mxREAL); in mexFunction() local
613 *(mxGetPr(SPR)+k1) = (double)hdr->CHANNEL[k].SPR; in mexFunction()
665 mxSetField(tmp2,0,"SPR",SPR); in mexFunction()
H A DmexSSAVE.cpp145 hdr->SPR = 1; in mexFunction()
217 hdr->SPR = (size_t)getDouble(p1, 0); in mexFunction()
221 hdr->SPR = hdr->NRec; in mexFunction()
223 hdr->SPR /= hdr->NRec; in mexFunction()
226 hdr->SPR = (size_t)getDouble(p1, 0); in mexFunction()
227 hdr->NRec /= hdr->SPR; in mexFunction()
233 if (hdr->NRec * hdr->SPR != mxGetM (prhs[1]) ) in mexFunction()
234 …i) does not match number of rows (%i) in data.", hdr->NRec, hdr->SPR, hdr->NRec*hdr->SPR, mxGetM(p… in mexFunction()
312 hdr->CHANNEL[k].SPR = (double)getDouble(p1,k); in mexFunction()
/dports/biology/biosig/biosig-2.3.3/biosig4c++/mma/
H A Dbiosig.c80 numberSamples = hdr->NRec * hdr->SPR; in sload()
191 numberSamples = hdr->NRec * hdr->SPR; in uload()
/dports/biology/biosig/biosig-2.3.3/biosig4c++/perl/
H A Dbiosig.i100 uint32_t SPR; /* samples per record (block) */ member
123 …uint32_t SPR; /* samples per block (when different sampling rates are used, this is the LCM(CHAN… member
/dports/biology/biosig/biosig-2.3.3/biosig4c++/php/
H A Dbiosig.i100 uint32_t SPR; /* samples per record (block) */ member
123 …uint32_t SPR; /* samples per block (when different sampling rates are used, this is the LCM(CHAN… member
/dports/biology/biosig/biosig-2.3.3/biosig4c++/ruby/
H A Dbiosig.i100 uint32_t SPR; /* samples per record (block) */ member
123 …uint32_t SPR; /* samples per block (when different sampling rates are used, this is the LCM(CHAN… member
/dports/biology/biosig/biosig-2.3.3/biosig4c++/src/
H A Dflowmon.c191 hdr->SPR = 1; in main()
201 hc->SPR = hdr->SPR; in main()
215 hc->SPR = hdr->SPR; in main()
229 hc->SPR = hdr->SPR; in main()
243 hc->SPR = hdr->SPR; in main()
254 hc->SPR = 1; in main()
H A Dflowmon2.c302 hdr->SPR = 1; in main()
313 hc->SPR = hdr->SPR; in main()
330 hc->SPR = hdr->SPR; in main()
352 hc->SPR = hdr->SPR; in main()
386 hc->SPR = hdr->SPR; in main()
401 hc->SPR = hdr->SPR; in main()
412 hc->SPR = 1; in main()
H A Dttl2trig.c320 hdr->SPR = 1; in main()
329 hc->SPR = hdr->SPR; in main()

12345678910>>...80