Differences between revisions 13 and 18 (spanning 5 versions)
Revision 13 as of 2010-06-01 11:10:14
Size: 808
Editor: NaokoOhishi
Comment:
Revision 18 as of 2010-06-01 13:53:45
Size: 1548
Editor: NaokoOhishi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== PerformanceTest == = PerformanceTest =
Line 3: Line 3:
 2010年5月現在、CLIOでは、デジタル制御システムのパーツとして、 == CLIO Digital ==
Line 5: Line 5:
 * Antialiasing filter(AA),
 * Differential Driver (Differential input Analog-to-Digital Converter),
 * Differential Receiver(Differential input Digital-to-Analog Converter) <<BR>>

 の3種類の回路が作成されている。

=== CLIO ===

 CLIOのデジタル制御システムは、とりあえず以下のように構成されるが、
 CLIOのデジタル制御システムは、とりあえず以下のように構成される。
Line 16: Line 8:
=== ===  (white/dewhite filterは雑音レベルを気にするときのみ使用。)<<BR>>
 また、2010年5月現在、CLIOでは、デジタル制御システムのパーツとして、AA, Differential Driver, Differential Receiver<<BR>>
Line 18: Line 11:
 * 遅延時間測定 (In->ADC->DAC->Out)
 * 伝達関数
 の3種類の回路が作成されている。<<BR>>

 これから、CLIOの感度を出していくために、これらの回路の特性を調べ、記録しておく。
 アナログ回路の特性(伝達関数、雑音レベル)の測定には、スペアナを、<<BR>>
 デジタル回路の特性(伝達関数、雑音レベルなど)の測定には、diaguuiを用いる。<<BR>>

== diagguiのつかいかた ==
 
 portaで
 {{{
  $diaggui &
  }}}
 とすると、Diagnostic test toolsという画面が現れる。4つのtab(Input, Measurement, Excitation, Result)のうち、Meausrementのtabが選択されています。<<BR>>
 * 雑音レベルの測定をするときは、Measurement中のFourier Powerを選択します。
 * 伝達関数の測定をするときは、Swept Sine Responseを選択します。<<BR>>

 Measurement channels
 

PerformanceTest

CLIO Digital

  • CLIOのデジタル制御システムは、とりあえず以下のように構成される。

Analog input

>

(Whitening Filter)

>

Differential input driver

>

AntiAliasing Filter

>

ADC

>

Digital control

>

DAC

>

AntiImaging Filter(=AA)

>

Differential output Receiver

>

(Dewhitening Filter)

>

Analog output

  • (white/dewhite filterは雑音レベルを気にするときのみ使用。)
    また、2010年5月現在、CLIOでは、デジタル制御システムのパーツとして、AA, Differential Driver, Differential Receiver

    の3種類の回路が作成されている。
    これから、CLIOの感度を出していくために、これらの回路の特性を調べ、記録しておく。

    アナログ回路の特性(伝達関数、雑音レベル)の測定には、スペアナを、
    デジタル回路の特性(伝達関数、雑音レベルなど)の測定には、diaguuiを用いる。

diagguiのつかいかた

  • portaで
      $diaggui &

    とすると、Diagnostic test toolsという画面が現れる。4つのtab(Input, Measurement, Excitation, Result)のうち、Meausrementのtabが選択されています。

  • 雑音レベルの測定をするときは、Measurement中のFourier Powerを選択します。
  • 伝達関数の測定をするときは、Swept Sine Responseを選択します。
    Measurement channels

CLIO/Tasks/DigitalControl/PerformanceTest (last edited 2011-07-04 16:12:43 by NaokoOhishi)