Remote Programming

/* function prototypes */

void main(int, char *[]); void txLia(char *); void initGpib(char *);

void setupLiaForSweep(void); void printOutBinaryResults(); void printOutIEEEResults(); void printOutLIAResults();

/* National Instruments Interface Function Prototypes (488.1 Calls - see the National software manual).*/

int

ibfind(char*);

 

void

ibwrt(int,char *,int);

void

ibrd(int,char *,unsigned long);

void

ibrsp(int,char *);

 

void

ibeos(int,int);

 

void

ibtmo(int,int);

 

/* global variables */

 

int

lia;

/* SR850 handle */

int

rxBuf[6600*2];

/* FAST mode data buffer */

float

rfBuf[6600];

/* Floating point data buffer */

void main(int argc, char *argv[])

{

int i,x,y,nPts; int *ptr; char tstr[20];

if (argc<2) {

printf("\nUsage: liatest <devName>\n"); exit(1);

}

else

initGpib(SR850);

txLia("OUTX1");

/* Set the SR850 to output responses to the GPIB port */

setupLiaForSweep();

/* Setup the SR850 sweep */

printf("\nAcquiring Data\n");

ibtmo(lia,0);/* turn off timeout for lia or set the timeout longer than the scan. The timeout measures the time to transfer the full number of bytes, not the time since the most recent byte is received.*/

txLia("FAST2;STRD"); /* Turn FAST mode data transfer ON, then start scan using the STRD start after delay command. The STRD command MUST be used if the scan is to be started by this program! Do NOT use STRT. */

ibrd(lia,(char *)rxBuf,6401L*4L);

/* 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. */

6-34

Page 210
Image 210
SRS Labs SR850 manual Remote Programming

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.