This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
[DEBUG] stream re-init sps: 252 | |
[DEBUG] stream re-init numPackets*sps: 106848 | |
Set sample rate: 2560000 | |
mir_sdr_SetFs: Sample Freq requested 2559999.942780 | |
mir_sdr_2500_SetRegister(0x04, 0x05c28f) | |
mir_sdr_2500_SetRegister(0x03, 0x011797) | |
mir_sdr_SetFs: Fs->FsNomHz+dFsHz=2560000.0+0.0Hz=2559999.9Hz FsToggle->0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
Audio thread initializing.. | |
Demodulator thread started.. | |
Initialized demodulator stack size of 2048000 | |
Demodulator preprocessor thread started.. | |
Demodulator worker thread started.. | |
Audio thread started. | |
Audio thread initializing.. | |
Audio thread started. | |
Set sample rate: 2560000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```Ton@TM-MBP:/Users/Ton>/Applications/CubicSDR.app/Contents/MacOS/CubicSDR | |
Loading:: configuration file '/Users/Ton/Library/Application Support/CubicSDR/config.xml' | |
Loaded PPM for device 'Generic RTL2832U OEM :: 00000001' at 0ppm | |
Loaded I/Q Swap for device 'Generic RTL2832U OEM :: 00000001' as not swapped | |
Loaded Direct Sampling Mode for device 'Generic RTL2832U OEM :: 00000001': off | |
Loaded offset for device 'Generic RTL2832U OEM :: 00000001' at 0Hz | |
SoapySDR init.. | |
API Version: v0.3.0-g603da6be | |
ABI Version: v0.3-0 | |
Install root: /usr/local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
[robertdngsimac2:~/SoapySDRPlay/build] rduering% /Applications/CubicSDR.app/Contents/MacOS/CubicSDR | |
Loading:: configuration file '/Users/rduering/Library/Application Support/CubicSDR/config.xml' | |
Loaded PPM for device 'Generic RTL2832U OEM :: 00000001' at 0ppm | |
Loaded I/Q Swap for device 'Generic RTL2832U OEM :: 00000001' as not swapped | |
Loaded Direct Sampling Mode for device 'Generic RTL2832U OEM :: 00000001': off | |
Loaded offset for device 'Generic RTL2832U OEM :: 00000001' at 0Hz | |
Loaded PPM for device 'SDRPlay Device (experimental)' at 0ppm | |
Loaded I/Q Swap for device 'SDRPlay Device (experimental)' as not swapped | |
Loaded Direct Sampling Mode for device 'SDRPlay Device (experimental)': off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
[robertdngsimac2:build/SoapySDRPlay/build] rduering% /usr/local/bin/SoapySDRUtil --probe="driver=sdrplay" | |
###################################################### | |
## Soapy SDR -- the SDR abstraction library | |
###################################################### | |
Probe device driver=sdrplay | |
mir_sdr_Init: starting hardware initialization | |
mir_sdr_Init: gR=40dB fs=2.048MHz rf=222.064MHz bw=1.536MHz if=0.000MHz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BlenderExport.tmpVec = vec4.create(); | |
BlenderExport.tmpNo = vec4.create(); | |
BlenderExport.rv = vec3.create(); | |
BlenderExport.nrv = vec3.create(); | |
BlenderExport.v = vec4.create(); | |
BlenderExport.n = vec4.create(); | |
BlenderExport.setFrame = function(frame) { | |
if (!this.frameVertices) | |
this.frameVertices = new Float32Array(this.vertices); |