Remote Programming

WRT$ = "FAST2;STRD"

CALL TXLIA(LIA%, WRT$)

'Get FAST mode data.

'The 100 sec sweep at 64 Hz has 64*100 + 1 points, each point consists of X (2 bytes) and Y (2 bytes)

'for a total of 4 bytes per sample. 6401*4=25604 bytes.

CALL IBRDI(LIA%, RXBUF%(), 25604)

PRINT "Scan Finished."; IBCNT%; "Bytes Received"

'Now print out the first 10 values of R based on the X and Y values

FOR I% = 0 TO 9

'the buffer contains X,Y pairs so move by 2*I% to find the next point. X = RXBUF%(2 * I%) / 30000!

Y = RXBUF%(2 * I% + 1) / 30000!

'30000 is full scale (1V in this case). For other scales, multiply by the full scale voltage. R = SQR((X * X) + (Y * Y))

PRINT "I ="; I%; " R ="; R

NEXT I%

PRINT "Now dump the scan as ASCII values"

PRINT "Press <Enter> to continue"

INPUT a

DIM RFBUF(10)

FOR I% = 1 TO 10

RD$ = SPACE$(20)

'Read 1 value of R from buffer position I%-1 WRT$ = "TRCA?3," + STR$(I% - 1) + ",1" CALL TXLIA(LIA%, WRT$)

CALL IBRD(LIA%, RD$)

'Convert to number and store

RFBUF(I%) = VAL(RD$)

PRINT "I ="; I%; "

R ="; RFBUF(I%)

NEXT I%

PRINT "Now dump the scan as LIA floating point values"

PRINT "Press <Enter> to continue"

INPUT a

'Read from buffer position 0 a total of 10 points WRT$ = "TRCL?3,0,10"

'Do not use TXLIA here since the IFC RDY bit will not be cleared until the binary transfer is complete. CALL IBWRT(LIA%, WRT$)

'Each point is a 4 byte value made up of 2 integers

CALL IBRDI(LIA%, RXBUF%(), 40)

FOR I% = 0 TO 9

'the first integer of each pair is the mantissa MANTISSA% = RXBUF%(2 * I%)

'the second integer is the exponent offset by 124

6-41

Page 217
Image 217
SRS Labs SR850 WRT$ = FAST2STRD Call TXLIALIA%, WRT$, Call IBRDILIA%, RXBUF%, Next I%, DIM RFBUF10, Call IBRDLIA%, RD$

SR850 specifications

The SRS Labs SR850 is a high-performance audio processor designed to enhance the listening experience across a variety of applications. With its advanced technologies, the SR850 delivers superior sound quality that is particularly noticeable in environments where audio clarity and fidelity are paramount. This device caters to audio professionals, audiophiles, and casual listeners who demand exceptional performance from their audio systems.

One of the standout features of the SR850 is its proprietary SRS 3D Audio technology. This innovative feature creates a more immersive soundstage, allowing users to experience audio as if they were in a live performance setting. By adding depth and dimension, it elevates the listening experience, making music, movies, and games far more engaging.

Additionally, the SR850 incorporates SRS dialog clarity technology, which enhances speech intelligibility in dialogues and vocals. This is particularly beneficial in film and television viewing, where dialogue can sometimes be drowned out by background music or sound effects. With dialog clarity, users can enjoy crystal-clear conversation tracks without adjusting volume levels continuously.

The device also supports various audio formats, ensuring compatibility with a broad range of media. It boasts inputs for both digital and analog sources, allowing connections to various devices such as TVs, laptops, gaming consoles, and more. The versatility of inputs makes the SR850 a convenient addition to any home entertainment system.

Another impressive characteristic of the SR850 is its compact and user-friendly design. The intuitive interface makes it easy for users to adjust settings to their preference, whether they are a novice or an audio expert. The device is equipped with programmable presets, enabling users to store their favorite sound profiles, making switching between settings quick and hassle-free.

Furthermore, the SR850 features advanced EQ capabilities, granting users the ability to tailor the audio output to their specific tastes. This personalized approach to sound adjustment enhances the overall experience, allowing users to get the most out of their audio content.

In summary, the SRS Labs SR850 is a sophisticated audio processor packed with features designed to significantly uplift sound quality and listening pleasure. With its cutting-edge technologies such as SRS 3D Audio and dialog clarity, an array of connectivity options, and customizable EQ settings, the SR850 stands out as an outstanding option for anyone looking to enhance their audio experience. Whether for professional use in sound engineering or personal enjoyment in home entertainment, the SR850 proves to be a valuable asset.