Esempio n. 1
0
		private void btnIQW_Click(object sender, System.EventArgs e)
		{
			float real, imag;
			DttSP.GetCorrectRXIQw(0, 0, &real, &imag, 0);
			txtIQWReal.Text = real.ToString("f6");
			txtIQWImag.Text = imag.ToString("f6");
		}