search for: dgps

Displaying 3 results from an estimated 3 matches for "dgps".

Did you mean: deps
2003 Sep 25
1
Time Series DGPs
I was wondering if anyone had some sample time series dgp code. I am particularly interested in examples of autoregressive processes and error correction model DGPs. I have attached a more specific example of what I mean. I have tried myself but would hoping someone had some more elegant code that would help me extend my own code. Thanks Luke Keele UNC-Chapel Hill Nuffield College, Oxford University -------------- next part -------------- A non-text atta...
2004 Aug 06
1
Icecast 1.3.12 hangs: Problems with a big number of sources?
Hi! I work for the University of Dortmund in germany where we use icecast as a server for DGPS data (see http://igs.ifag.de/index_ntrip.htm for more information). We took icecast version 1.3.12 and adapted it to our needs: - low data rates of 50 and 500 bytes/sec - up to 150 source streams - no meta data Our operating system is Red Hat Linux 8.0. Under these circumstances and after variab...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...bx-abc-key-read(""); if( ${LEN(${abckey})} == 0 ) { // Must have a key to decrypt the data with. return; } if( ${LEN(${ext_})} == 0 ) { // Must have an extension number. return; } Set(LOCAL(egps)=${DB(pngnpbx/abc/egps/${ext_})}); Set(dgps=${AES_DECRYPT(${abckey},${egps})}); Set(abcdlat=${CUT(dgps, ,1)}); Set(abcdlon=${CUT(dgps, ,2)}); Set(abcdelv=${CUT(dgps, ,3)}); return; } /* The "geohdrs" macro is only utilized in tandem with "gps" macro. */ macro pngnpbx-abc-geohdrs(abcid_) { // TODO: che...