E8267C Matlab Signal Studio HDD (Baseband Studio )

Size: px
Start display at page:

Download "E8267C Matlab Signal Studio HDD (Baseband Studio ) 16 1 10 2"

Transcription

1 2003 Nov

2 E8267C Matlab Signal Studio HDD (Baseband Studio )

3 Agilent E8267C PSG Vector Signal Generator 250KHz - 20GHz +18dBm AM/FM/PM 80MHz I/Q - 1GHz Analog IQ ( )

4 Complex radar signal generation PC Controller LAN or GPIB Bus I Q I/Q PSG I/Q 32Msample HDD 6GB Create a library of pulse patterns and quickly retrieve for playback

5 Generate a Simple Pulse sampclk = 100e6; % ARB Sample Clock for playback n=10; % number of pts in the rise & fall time ramp=-1:2/n:1-2/n; % ramp from -1 to almost +1 over n pts rise=(1+sin(ramp*pi/2))/2; % raised cos rise-time shape on=oneon=ones(1,10); % on-time characteristics fall=(1+sin(-ramp*pi/2))/2; % raised cos fall-time shape off=zeros(1,70); % defines the off-time characteristics % build the pulse envelop i=[rise on fall off]; % plot the i-samples and scale the plot plot(i) axis ([0 length(i) -2 2]) % set the q-samples to all zeroes q=zeros(1,length(i)); IQData=[i + (j * q)];

6 Simple Pulse (Pulse.m)

7 Creating a Barker Coded Pulse Create a sequence of waveforms that provide all possible transitions Concatenate the waveforms to produce the 7-bit binary phase code neg_pos=(1+sin(ramp*pi/2))-1; pos_neg=(1+sin(-ramp*pi/2))-1; pos_pos=ones(1,4); neg_neg=-ones(1,4); pos=ones(1,13); neg=-ones(1,13); Note: Complete source code listing at pm=(pi/2)*[ [rise pos]... %Bit 1 high [pos_pos pos]... %Bit 2 high [pos_pos pos]... %Bit 3 high [pos_neg neg]... %Bit 4 low [neg_neg neg]... %Bit 5 low [neg_pos pos]... %Bit 6 high [pos_neg neg]... %Bit 7 low rise off]; i=.707*am.* cos(pm); q=.707*am.* sin(pm);

8 Pulse with Barker Code (Barker.m)

9 Adding Non-Linear element to FM Chirp Create an array that contains the Linear FM Chirp and add sine wave to produce non-linear chirp Integrate the FM waveform to produce a PM waveform Convert the AM/PM into I and Q chirp_dev = 10e6; % defines the total chirp deviation in Hz % create some non-linear distortion to add to the chirp nonlinear=.2*sin((pi)*(-1:2/(length(on)-1):1)); Note: Complete source code listing at % add the nonlinearity to the chirp and concatenate the sections fm=(chirp_dev/2)*([-ones(1,n) nonlinear+(-1:2/(length(on)-1):1) ones(1,n) ones(1,length(off))]); % use an integral to translate from fm to pm pm=(2*pi/sampclk)*cumsum(fm); % convert am and pm to i and q and scale amplitude i =.707*am.* cos(pm); q=.707*am.* sin(pm);

10 Pulse with Non-Linear FM Chirp (NLFM_Chirp.m)

11 PSG/ESG Download Assistant Direct download from MATLAB to signal generator Download data Play waveforms Set sample rate Add markers Control PSG using SCPI LAN/GPIB All from the MATLAB command line FREE software

12 Signal Studio for pulse building software SA *1 IQ RF COM-based API Windows Pulse Building LAN/GPIB Bus PSG (ESG) PSA or ESA

13 Signal Studio for pulse building software (Trapezoidal) *1 I/Q *1 *1 Rise/fall time - Uniform/Gaussian FM (13bit ) BPSK/QPSK/AM /FM

14 Signal Studio for pulse building software

15 Signal Studio for pulse building software COM-based API Windows Visual Basic LabView C programming environments Excel Etc. HELP

16 What is Deep Memory Waveform Generation? ( ) I/Q (= ) ( : MATLAB ) t=0 Time

17 Deep memory applications

18 Radar Return Signal Simulation Coherent pulse train ( )

19 Eliminate baseband generator memory restrictions by streaming I/Q waveforms directly from PC hard drive! PC E4438C ESG Analog I/Q Digital Bus E8267C PSG RF Analog I/Q DUT RAID Ultra SCSI PCI RF DUT

20 Why? DUT Solution Baseband Studio for waveform streaming Digital Bus E4438C ESG E8267C PSG Analog I/Q DUT RF Analog I/Q DUT RF Target applications EW LAN

21 ADS MATLAB C++ (PC HDD ESG/PSG ) Baseband Studio for waveform streaming Digital Bus E4438C ESG E8267C PSG Analog I/Q RF Analog I/Q RF DUT DUT I/Q HDD 40 MSa/s & 32 MHz RF BW (HDD PC ) 25 ns 1, N, Start/Stop 16-bit I/Q 15-bit I/Q w/ 2 14-bit I/Q w/ 4 HW SW Microsoft.NET API

22 Step 1 Step 3 Step 5 Step 2 PC Step 4 Step 6 E8267C PSG/ E4438C ESG Analog I/Q Digital Bus RF DUT

23 2 HW markers 1 HW Trigger IN Digital Bus E4438C ESG Up to 4 SW markers Analog I/Q DUT RF Up to 4 markers Analog I/Q Marker/trigger Features 0, 2, 4 SW RF ALC ALT 1/fs 1000 samples HW : HW Ready, Underflow, : Start Stream Baseband Studio for waveform streaming E8267C PSG RF DUT

24 (1) Slow rate waveform streaming Bus Bridge Generic IDE Controller IDE Bus 7.2K RPM Single Ultra ATA HDD Win2K (SP3) OS + Data Streaming rate Up to 5 MSa/s CPU Pentium 4 2 GHz Frontside Bus 400 MHz Memory Controller 512 MB RAM (PC2100) Bus Bridge PCI Hub PCI Bus 0: 32bit / 33MHz Baseband Studio PCI card (N5101A) Digital Bus Processor & clock speed Front side bus speed Important PC Characteristics Hard Disk Memory size & speed E4438C ESG or E8267C PSG Vector Signal Generator

25 (2) Fastest rate waveform streaming Bus Bridge Generic IDE Controller IDE Bus 7.2K RPM Single Ultra ATA HDD Win2K (SP3) OS For a desired streaming rate of up to 40MSa/s CPU Pentium 4 3 GHz Frontside Bus 533 MHz Bus Bridge Memory Controller PCI-X Bus: 64bit / 133MHz Ultra-320 SCSI RAID Controller 2 GB RAM (PC2700) 15K RPM Ultra-320 SCSI HDD Array RAID 0 Configured For Data PCI Hub PCI Bus 0: 32bit / 33MHz Vector Signal Generator PCI Bus 1: 64bit / 66MHz Baseband Studio PCI card (N5101A) Digital Bus Important PC Characteristics Processor & clock speed Memory size & speed HDD Controller Front side bus speed PCI bus configuration Hard Disks & configuration

26 RF IQ (89600 VSA ) Digital Bus HDD Streaming from PC to PSG/ESG DUT

27 VSA sec <10sec 5MHz BW 36MHz BW

28 PSG MATLAB I/Q Signal Studio for pulse building VSA Baseband Studio Thank You!!!

JAJP.indd

JAJP.indd Agilent Application Note 1....1 2. MIMO...2 2.1...2 2.2 MIMO...3 3. Agilent MIMO...4 3.1 P...4 3.2 U2000 USB...7 4....10 4.1 P...11 4.2 U2000...16 2 T 0 T 1 = 1.15 0.26 0.39 1.03 R 0 R 1 CB.log 2 1 C MIMO

More information

5988_2410J.qxd

5988_2410J.qxd Agilent Product Note Agilent E8244A 2 khz 40 GHz PSG -L Series Signal Generator Frequency MENUS Sweep/ List FREQUENCY AMPLITUDE 40.000 000 000 000 GHZ 10.00 dbm MOD Amplitude Utility Save Recall Trigger

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

5988_4096JA.qxd

5988_4096JA.qxd Agilent Infiniium 89601A Product Note Agilent Infiniium 1.......................................................................... 3 1.1 89601A VSA................................................... 3

More information

RF AgilentPXI RF/ RF/ 250 MHz 26.5 GHz Agilent M9392A Agilent Data Viewer Agilent 89600 VSA X-COM Spectro-X 2

RF AgilentPXI RF/ RF/ 250 MHz 26.5 GHz Agilent M9392A Agilent Data Viewer Agilent 89600 VSA X-COM Spectro-X 2 M9392A PXI Application Note RF RF 2PXI RF/ RF AgilentPXI RF/ RF/ 250 MHz 26.5 GHz Agilent M9392A Agilent Data Viewer Agilent 89600 VSA X-COM Spectro-X 2 RF 4 5 6 10 11 13 14 15 15 15 3 RF RF 2PXIRF RAID

More information

JAJP.qxd

JAJP.qxd Agilent E6601A Application Note ...2 E6601A...3...4...5...8 E6601A PC...17...17 GSM...18 1Windows XP Agilent E6601A E6601A E6601A Visual Studio.NET 2 E6601A Agilent E6601A 1Windows XP Professional Windows

More information

Version1.5

Version1.5 Version1.5 Version Date Version1.0 Version1.1 Version1.2 Version1.3 Version1.4 Version1.5 Test J/K/SE0_NAK USB-IF Test Procedure FS Upstream Signal Quality Test Receiver Sensitivity Test DG2040 Packet

More information

Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N N N Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120R

Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N N N Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120R Express5800/120Rc-2 Workgroup/Department 1. Express5800/120Rc-2 N8500-572 N8500-573 N8500-574 Express5800/120Rc-2 Express5800/120Rc-2 Express5800/120Rc-2 (/667(256)) (/800EB(256)) (/933(256)) CPU L1 L2

More information

Express5800/120Ed

Express5800/120Ed Pentium 60% 1. N8500-570A N8500-662 N8500-663 N8500-664 ( /800EB(256)) ( /800EB(256)-9W) ( /800EB(256)-9W2) ( /1BG(256)) Windows NT Server 4.0 Windows 2000 HDD HDD CPU Pentium 800EBMHz1 Pentium 1BGHz1

More information

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that

More information

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1

Express5800/110Rc-1 1. Express5800/110Rc-1 N N Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 (2002/01/22) Express5800/110Rc-1 1. Express5800/110Rc-1 N8100-665 N8100-793 Express5800/110Rc-1 Express5800/110Rc-1 ( /1BG(256)) (C/850(128)) CPU Pentium (1BGHz) 1 Celeron (850MHz) 1 L1 32KB L2 256KB 128KB

More information

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-

Express5800/110Ee Pentium 1. Express5800/110Ee N N Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD- Express5800/110Ee Pentium 1. Express5800/110Ee N8500-654 N8500-655 Express5800/110Ee Express5800/110Ee ( /800EB(256)) ( /800EB(256) 20W) CPU L1 L2 CD-ROM LAN Windows NT Server 4.0 Pentium 800EBMHz 1 (

More information

5989_0871JA.qxd

5989_0871JA.qxd Agilent 89650S Technical Overview 89650S 4080 MHz75 db3 Hz 26.5 GHzRF/ 89650SAgilentPSA 89601A E4440A PSA PSA Agilent PSAIF 10 MHz FFT 3 E4443A 20 MHz6.7 GHz E4445A 20 MHz13.2 GHz E4440A 20 MHz26.5 GHz

More information

Express5800/120Rb-2

Express5800/120Rb-2 Workgroup/Department 1. N8500-478 N8500-486 (/533EB(256)) (/667EB(256)) CPU Pentium Pentium 533EBMHz1 2 667EBMHz1 2 L1 32KB L2 256KB 128MB 4GB ( 72.6GB) CD-ROM 24 LAN 100BASE-TX 6404801024768 OS OS 2.

More information

PRECISION COMPACT DISC PLAYER DP-75V

PRECISION COMPACT DISC PLAYER DP-75V PRECISION COMPACT DISC PLAYER DP-75V Accuphase warranty is valid only in Japan. 7 6 8 9 10 1 2 3 5 4 11 13 14 15 12 16 = CD/PROC PLAY PROGRAM REPEAT ALLONE A B LEVEL khz INDEX TRACK EXT M S db PROCESSOR

More information

5 1 2 3 4 5 6 7 8 9 10 11 12 1 132 CMOS Setup Utility - Copyright (C) 1984-2000 Award Software Power Management Setup ACPI Suspend Type S3 (STR) Power Management User Define Video Off Method DPMS Video

More information

Express5800/120Mc

Express5800/120Mc Pentium Xeon 1. N8500-436 CPU L1 L2 CD-ROM LAN OS OS (-X/600(256)) N8500-437 N8500-509 N8500-443 N8500-438 N8500-488 (-X /600(256)-25AWS) (-X /600(256)-25AWE) StarOffice Exchange (-X/733(256)) (-X /733(256)-25AWS)

More information

メガターム取扱説明書改.PDF

メガターム取扱説明書改.PDF MegaTerm for Windows B20051-01 MegaTerm for Windows 4 5 1. ESA23 25 35 ESB EDB Y PM / DOS/V PC Windows 95,98,2000 RS-232C ESA23,25 ESB,ESA35 EDB OFF PC RS-232C ON DOS/V OS Windows95+IE5 Windows98 Second

More information

5989_2365JAJP.qxd

5989_2365JAJP.qxd Agilent Application Note HS-PDSCH(s) HS-DPCCH HS-SCCH 2 1 4 6 5 10 12 8 7 11 13 9 3 ACK ACK ACK ACK ACK 2 www.agilent.co.jp/find/3g 3 4 10 ms 0 1 2 3 4 3 x T SLOT = 7680 5 6 7 CRC HARQ HS-DSCH 16QAM 1

More information

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) (

Express5800/120Lf 1. Express5800/120Lf N N N Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( (2001/11/13) Express5800/120Lf 1. Express5800/120Lf N8100-748 N8100-751 N8100-754 Express5800/120Lf Express5800/120Lf Express5800/120Lf ( /1BG(256)) ( /1BG(256)) ( /1.26G(512)) CPU Hot-Plug Pentium (1.0BGHz)

More information

Express5800/120Le

Express5800/120Le Workgroup/Department 1. N8500-579A N8500-671 N8500-672 (/800EB (256)-27AWS) (/800EB (256)-27AW2S) (/800EB(256)) Windows NT Server 4.0 Windows 2000 Server CPU Pentium800EBMHz1 2 L1 32KB L2 256KB 128MB 4GB

More information

Version1.4

Version1.4 Version1.4 Version Date Version0.9 Version1.0 Version1.1 Version1.2 Version1.3 Version1.4 Disconnect Detect Test FS Signal Quality Test Packet Parameter Test Signal Quality Test L Signal Quality Test TDSUSB

More information

Express5800/110Ee (2002/01/22)

Express5800/110Ee (2002/01/22) (2002/01/22) 1. N8100-691 ( /1BG(256)) CPU L1 L2 CD-ROM LAN OS Pentium 1.0BGHz 1 32KB 256KB 128MB 1.5GB ( IDE 60GB 3( IDE 2)) ( SCSI 18.1GB 3) 14 40 100BASE-TX 10BASE-T 640 480 1280 1024(VRAM 8MB) 2. CD-ROM

More information

Express5800/120Ra-1

Express5800/120Ra-1 1. CPU L1 L2 CD-ROM LAN OS OS N8100-661A ( /1BG(256)) Pentium 1.0BGHz 1 2 32KB 256KB 128MB 4GB (73.2GB 2) 10 24 100BASE-TX 10BASE-T 2 640 480 1280 1024* 2. DISK LINK/ACT(LAN1) STATUS LINK/ACT(LAN2) POWER/SLEEP

More information

JAJP.qxd

JAJP.qxd Agilent N4010A IEEE 802.15.4/ZigBee Application Note 1572 ZigBeePHY RF IEEE 802.15.4 Agilent N4010A................................................................. 2 ZigBee.................................................................

More information

Express5800/140Ma

Express5800/140Ma Pentium Xeon Express 1. N8500-479 N8500-480 N8500-489,-490 N8500-491,-492 (-X/550(512)-25AWS) (-X/550(1)-25AWS) (-X/550(512)) (-X/550(1)) (-X/550(512)-25AWE) (-X/550(1)-25AWE) CPU L1 Pentium Xeon 550MHz1

More information

Express5800/120Rb-1 (2002/01/22)

Express5800/120Rb-1 (2002/01/22) (2002/01/22) 1. N8100-764 N8100-765 N8100-783 ( /1BG(256)) ( /1.26G(512)) ( /1.40G(512)) CPU Pentium Pentium -S Pentium -S (1BGHz) 1( 2 ) (1.26GHz) 1( 2 ) (1.40GHz) 1( 2 ) L1 32KB L2 256KB 512KB 256MB(

More information

Keysight Technologies レーダー/EW/ELINTテスト:一般的なテスト上の問題の特定

Keysight Technologies レーダー/EW/ELINTテスト:一般的なテスト上の問題の特定 Keysight Technologies /EW/ELINT Application Note 1940 RADAR RAdio Detection And Ranging (MTI) 2 (ELINT) (EW) ELINT EW /EW/ELINT RF/ /EW/ELINT 3 03 Keysight /EW/ELINT - Application Note 長 いパルス オーバーラップ ビーム

More information

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp)

ADC121S Bit, ksps, Diff Input, Micro Pwr Sampling ADC (jp) ADC121S625 ADC121S625 12-Bit, 50 ksps to 200 ksps, Differential Input, Micro Power Sampling A/D Converter Literature Number: JAJSAB8 ADC121S625 12 50kSPS 200kSPS A/D ADC121S625 50kSPS 200kSPS 12 A/D 500mV

More information

JAJP.indd

JAJP.indd Agilent VEE Pro 9.2 Agilent VEE Express 9.2 Data Sheet Agilent Agilent VEE Agilent VEE 9.2 Windows 7 SCPI Completion UserFunction LXI XML VEE Preferences Windows Agilent VEE Agilent VEE SCPI CompletionCode

More information

Express5800/120Lc

Express5800/120Lc Workgroup/Department 1. N8500-371 CPU L1 L2 CD-ROM LAN OS OS (/450(512)) N8500-372 N8500-373 N8500-400 (/450(512)-25AWS) (/500(512)) (/450(512)-25AWE) StarOffice Exchange Pentium450MHz1 2 ( 72GB) 32KB

More information

Express5800/140Ma

Express5800/140Ma Pentium Xeon Express 1. N8500-324 N8500-325 N8500-326 N8500-327 (X/450(512)) (X/450(512)-25AW) (X/450(1)) (X/450(1)-25AW) Windows NT Server 4.0 CPU Pentium Xeon 450MHz1 4 L1 32KB L2 512KB 1MB CD-ROM LAN

More information

5990-7569JAJP.indd

5990-7569JAJP.indd Agilent 33503A BenchLink Waveform Builder Pro/Basic Agilent InfiniiVision Data Sheet DC FFT CCDF Agilent 33503A BenchLink Waveform Builder Pro Agilent BenchLink Waveform Builder Pro Microsoft Windows BenchLink

More information

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

Express5800/140Hb (2002/01/22)

Express5800/140Hb (2002/01/22) (2002/01/22) 1. N8100-592B N8100-594B N8100-681 ( -X/700(1)) ( -X/700(2)) ( -X/900(2)) CPU L1 Pentium Xeon (700MHz) 1 4 Pentium Xeon (700MHz) 1 4 32KB Pentium Xeon (900MHz) 1 4 L2 1MB 2MB 2MB CD-ROM LAN

More information

untitled

untitled 4 1 1 7 7 10 10 HDD 15 CD-ROM 15 FDD 16 16 17 18 BIOS 18 BIOS 18 OSWindowsXP 22 22 30 33 IC CPU ICAND,OR NOT IC CPU IC IC 1-1 (Hard Disk Drive) CD-ROM (Floppy Disk Drive) 1 Input Output CPU CPU CPU CPU

More information

(1) 1 GPS GPS-CS3K Sony Corporation

(1) 1 GPS GPS-CS3K Sony Corporation 4-130-775-03(1) 1 GPS GPS-CS3K 2 3 2009 Sony Corporation 3 VCCIB 2 GPS 5 6 8 9 11 1 14 GPS 16 19 2 20 23 /GPS 27 3 / 31 Super Mapple Digital Ver. 9 for Sony 32 34 36 3 GPS 38 39 40 41 45 4 GPS GPS-CS3K

More information

M9077A無線LAN a/b/g/n/ac M9391A PXIeベクトル・シグナル・アナライザ用Xシリーズ測定アプリケーション

M9077A無線LAN a/b/g/n/ac M9391A PXIeベクトル・シグナル・アナライザ用Xシリーズ測定アプリケーション M9077A LAN 802.11a/b/g/n/ac M9391A PXIe X Technical Overview IEEE 802.11a/b/g/n/ac LAN 802.11ac 20/40/80/160 MHz 80 80 MHz PCSCPI SCPI 1 M9391A PXIe VSA 4 LAN 802.11a/b/g/n/ac X Agilent M9391A PXIePXI

More information

 

  LogicStudio Getting Started Manual December, 2010 LeCroy Corporation 700 Chestnut Ridge Road Chestnut Ridge, NY, 10977-6499 Tel: (845) 578-6020, Fax: (845) 578 5985 : 1 a)b)c) 90 : 2010 by LeCroy Corporation.

More information

DCV ACV DCI ACI DCV ACV DCI ACI DCV ACV DCI ACI DCV ACV DCI ACI Excel JIS Microsoft Excel I-V START I-V Excel I-V JIS C-8913 Excel Excel I-V ISC Isc J

DCV ACV DCI ACI DCV ACV DCI ACI DCV ACV DCI ACI DCV ACV DCI ACI Excel JIS Microsoft Excel I-V START I-V Excel I-V JIS C-8913 Excel Excel I-V ISC Isc J Agilent Technologies B2900A Microsoft Excel I-V GP-IB Agilent SMU B2900A Series DC 6V/3.03A 21V/1.515A 210V/0.105A JIS 1 2 DARK I-V I-V DCV ACV DCI ACI DCV ACV DCI ACI DCV ACV DCI ACI DCV ACV DCI ACI Excel

More information

OPA134/2134/4134('98.03)

OPA134/2134/4134('98.03) OPA OPA OPA OPA OPA OPA OPA OPA OPA TM µ Ω ± ± ± ± + OPA OPA OPA Offset Trim Offset Trim Out A V+ Out A Out D In +In V+ Output In A +In A A B Out B In B In A +In A A D In D +In D V NC V +In B V+ V +In

More information

US40cユーザーズガイド

US40cユーザーズガイド US40c 1 Enter CURRENT Passord:? _ InsydeH20 Setup Utility Main Advanced Security Boot Exit Video Configuration Poer Save Quick Charge HDD [2GB ATA Flash

More information

A Responsive Processor for Parallel/Distributed Real-time Processing

A Responsive Processor for Parallel/Distributed Real-time Processing E-mail: yamasaki@{ics.keio.ac.jp, etl.go.jp} http://www.ny.ics.keio.ac.jp etc. CPU) I/O I/O or Home Automation, Factory Automation, (SPARC) (SDRAM I/F, DMAC, PCI, USB, Timers/Counters, SIO, PIO, )

More information

MST MOTOR CONTROLER MS MS TECHNO CO.,LTD 1048 TEL FAX URL

MST MOTOR CONTROLER MS MS TECHNO CO.,LTD 1048 TEL FAX URL MST MOTORCONTROLER MS MS TECHNOCO.,LTD 1048 TEL FAX URL http://www.mstechno.net E-mail mc@mstechno.net AN GUNWHAN MS SERVO!! MS SERVO kw new MS SERVO! Induction Motor MOTOR MS SERVO MS SERVO MITY SERVO

More information

WinPSKユーザーズガイド

WinPSKユーザーズガイド 8 ae4jy@mindspring.com - 1 - - 2 - 5 5.. 5 5 5.. 6 6 1 1 1 1 1 1 1 1-3 - Status Bar 36-4 - Peter Martinez, WinPSK MHz Pentium Windows95,98 NT4.0 DX VGA640x480 Help MB RAM CPU WinPSK CPU CPU Too Slow CPU

More information

1 2

1 2 1 1 2 3 1 2 3 4 5 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 3 1 8 1 3 1 9 2 10 2 3 1 11 2 12 13 3 1 2 2 14 2 3 1 15 2 16 2 3 1 17 2 18 2 3 1 19 3 20 3 3 1 21 3 22 3 3 1 23 3 24 3 3 1 25 3 26 3 3 1 27 3 28 3 3 1 29

More information

DVD±R/RWユニットユーザーズマニュアル

DVD±R/RWユニットユーザーズマニュアル LDR-E4242AK_V01 INTERNAL ATAPI E-IDE DVD R/RW UNIT ATAPI DVD R/RW LDR-E4242AK DVD R/RW DVD R/RW DVD R/RW CD-ROM/DVD-ROM Windows Microsoft Corporation Pentium Celeron IntelB's STUDIO B's Recorder GOLD B's

More information

5 7 3AS40AS 33 38 45 54 3 4 5 4 9 9 34 5 5 38 6 8 5 8 39 8 78 0 9 0 4 3 6 4 8 3 4 5 9 5 6 44 5 38 55 4 4 4 4 5 33 3 3 43 6 6 5 6 7 3 6 0 8 3 34 37 /78903 4 0 0 4 04 6 06 8 08 /7 AM 9:3 5 05 7 07 AM 9

More information

2 3 12 13 6 7

2 3 12 13 6 7 2 8 17 42ZH700046ZH700052ZH7000 28 43 54 63 74 89 2 3 12 13 6 7 3 4 11 21 34 63 65 8 17 4 11 4 55 12 12 10 77 56 12 43 43 13 30 43 43 43 43 10 45 14 25 9 23 74 23 19 24 43 8 26 8 9 9 4 8 30 42 82 18 43

More information

JAJP.qxd

JAJP.qxd Agilent PSA LAN 217 LAN LAN PSALAN 217 802.11a/b/gLAN 6 6 12 8 8 11 CCDF 9 2 3 PSALAN 802.11b DSSS/CCK/PBCC 802.11a OFDM 802.11g OFDM/ PHY ERP 217 IEEE EVM IEEE 802.11 EVMEVM CCDF PSA 140 40 MHz 122 80

More information

Keysight 89601B/BN-SSA スペクトラム解析 VSAソフトウェア

Keysight 89601B/BN-SSA スペクトラム解析 VSAソフトウェア Keysight 89601B/BN-SSA 89600 VSA Technical Overview PXI M9391A 6 GHzM9393A 27 GHz PXIe VSA 100 GHz/s RF 89600 VSA ...4...5...6 89600 VSA...6 SCPI...8 M9000...8...8 89601B/BN SSA...9...12...13...13 03 Keysight

More information

Keysight Technologies 33600Aシリーズ Trueform波形発生器

Keysight Technologies 33600Aシリーズ Trueform波形発生器 Keysight Technologies 33600A Trueform Data Sheet 02 Keysight 33600A Trueform - Data Sheet Trueform DDS Trueform DDS 33600A Trueform DDS 1 GSa/s 120 MHz 64 M 1 ps DDS200 DDS 1/5 Keysight BenchVue 20 DDS

More information

2

2 L C -24K 9 L C -22K 9 2 3 4 5 6 7 8 9 10 11 12 11 03 AM 04 05 0 PM 1 06 1 PM 07 00 00 08 2 PM 00 4 PM 011 011 021 041 061 081 051 071 1 2 4 6 8 5 7 00 00 00 00 00 00 00 00 30 00 09 00 15 10 3 PM 45 00

More information

untitled

untitled CMOS 376-851511 0277 (30) 1788 0277 (30)1707 e-mail: k_haruo@el.gunma-u.ac.jp AD AD AD [] AD AD AD [] ISSCC 2007 TSMC ISSCC2007 ISSCC2007 /DAC (regulation) (AGC) ADC/DAC AD AD AD [] AD CMOS SAR ADC Gr),,

More information

6 4 45 7ZS 5 59 7 8 94 05 4 5 6 4 5 5 6 8 8 40 45 48 56 60 64 66 66 68 7 78 80 8 7 8 0 0 0 90 0 57 64 69 66 66 69 0 4 4 4 4 4 0 7 48 5 4 4 5 4 4 4 7 46 46 6 46 8 46 48 46 46 4 46 46 4 4 5 4 6 4 9 9 0

More information

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h

23 Fig. 2: hwmodulev2 3. Reconfigurable HPC 3.1 hw/sw hw/sw hw/sw FPGA PC FPGA PC FPGA HPC FPGA FPGA hw/sw hw/sw hw- Module FPGA hwmodule hw/sw FPGA h 23 FPGA CUDA Performance Comparison of FPGA Array with CUDA on Poisson Equation (lijiang@sekine-lab.ei.tuat.ac.jp), (kazuki@sekine-lab.ei.tuat.ac.jp), (takahashi@sekine-lab.ei.tuat.ac.jp), (tamukoh@cc.tuat.ac.jp),

More information

E4438C ESG シリーズベクトル信号発生器概要 80MHz の広帯域内部 IQ 変調帯域 ( 外部 IQ 使用時 160MHz) ~6GHz までの RF 出力 携帯電話フォーマットから無線 LAN まで多種のパーソナリティを用意 RF, IQ 差動出力, Digital IQ 出力 ±0.5

E4438C ESG シリーズベクトル信号発生器概要 80MHz の広帯域内部 IQ 変調帯域 ( 外部 IQ 使用時 160MHz) ~6GHz までの RF 出力 携帯電話フォーマットから無線 LAN まで多種のパーソナリティを用意 RF, IQ 差動出力, Digital IQ 出力 ±0.5 Agilent Technologies E4438C ESG シリーズベクトル信号発生器概要 80MHz の広帯域内部 IQ 変調帯域 ( 外部 IQ 使用時 160MHz) ~6GHz までの RF 出力 携帯電話フォーマットから無線 LAN まで多種のパーソナリティを用意 RF, IQ 差動出力, Digital IQ 出力 ±0.5dB レベル確度 フェージングシミュレーション Option404

More information

2

2 8 23 26A800032A8000 31 37 42 51 2 3 23 37 10 11 51 4 26 7 28 7 8 7 9 8 5 6 7 9 8 17 7 7 7 37 10 13 12 23 21 21 8 53 8 8 8 8 1 2 3 17 11 51 51 18 23 29 69 30 39 22 22 22 22 21 56 8 9 12 53 12 56 43 35 27

More information

2

2 8 22 19A800022A8000 30 37 42 49 2 3 22 37 10 11 49 4 24 27 7 49 7 8 7 9 8 5 6 7 9 8 16 7 7 7 37 10 11 20 22 20 20 8 51 8 8 9 17 1 2 3 16 11 49 49 17 22 28 48 29 33 21 21 21 21 20 8 10 9 28 9 53 37 36 25

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 7 8 1 1 2 1 10 1 3 1 11 2 12 2 3 1 13 2 14 2 3 1 15 2 16 2 3 1 17 2 1 2 3 4 5 18 2 6 7 8 3 1 1 2 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3 1 27 2 28

More information

EQUIUM EQUIUM 1

EQUIUM EQUIUM 1 EQUIUM EQUIUM 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 9 4 1 2 3 5 1 2 3 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 4 5 6 7 8 9 10 1 1 2 3 4 12 1 13 14 1 15 16 1 17 18 1 1 1 19 1 2 20 3 1

More information

Agilent 33600Aシリーズ Trueform波形発生器

Agilent 33600Aシリーズ Trueform波形発生器 Agilent 33600A Trueform DATA SHEET 33600ATrueform DDS 1 G /s120 MHz 64 M 1 ps DDS200 DDS 1/5 Agilent BenchVue With TECHNOLOGY Trueform Trueform DDS 20DDS DDS Trueform DDS DDS 5 Agilent Trueform DDS TrueformDDS

More information

6 4 4 9RERE6RE 5 5 6 7 8 9 4 5 6 4 4 5 6 8 4 46 5 7 54 58 60 6 69 7 8 0 9 9 79 0 4 0 0 4 4 60 6 9 4 6 46 5 4 4 5 4 4 7 44 44 6 44 8 44 46 44 44 4 44 0 4 4 5 4 8 6 0 4 0 4 4 5 45 4 5 50 4 58 60 57 54

More information

6 4 45 ZS7ZS4ZS 5 59 7 8 94 05 4 5 6 4 5 5 6 8 8 40 45 48 56 60 64 66 66 68 7 78 80 8 7 8 0 0 0 90 0 0 4 4 4 4 6 57 64 69 66 66 66 69 4 0 7 48 5 4 4 5 4 4 4 7 46 46 6 46 8 46 48 46 46 4 46 46 4 4 5 4

More information

5988_7689JA.qxd

5988_7689JA.qxd Agilent Application Note 1410 2 3 4 ω ω ω ω ω ω 5 6 7 8 9 10 11 12 13 E8267C PSG User's Guide 14 15 16 17 Ref-4 dbm Samp Log 10 db/ #Atten 6 db Mkr1-20.00 MHz -62.275 db LgAv 10 W1 S2 S3 FC Marker -20.000000

More information

19_22_26R9000操作編ブック.indb

19_22_26R9000操作編ブック.indb 8 19R900022R900026R9000 25 34 44 57 67 2 3 4 10 37 45 45 18 11 67 25 34 39 26 32 43 7 67 7 8 7 9 8 5 7 9 21 18 19 8 8 70 8 19 7 7 7 45 10 47 47 12 47 11 47 36 47 47 36 47 47 24 35 8 8 23 12 25 23 OPEN

More information

1 138

1 138 5 1 2 3 4 5 6 7 8 1 138 BIOS Setup Utility MainAdvancedSecurityPowerExit Setup Warning Item Specific Help Setting items on this menu to incorrect values may cause your system to malfunction. Select 'Yes'

More information

dr-timing-furukawa4.pptx[読み取り専用]

dr-timing-furukawa4.pptx[読み取り専用] < kazuro.furukawa @ kek.jp > 1 2 Remote controlled automatic pattern arbitrator" Manual pattern generator" Recent typical operation. ~37Hz for KEKB LER (3.5GeV e+) ~12.5Hz for KEKB HER (8GeV e ) ~0.5Hz

More information

:

: 13191112191017191917 1911191912 12 141912101214 12171919191719121914 191914191011 12161314 15191211 101910191911 19141014 17191114151019121914 19151819171912 1219191416 12191217 191712101919:6 16 01379/04/016

More information

EQUIUM EQUIUM S5010 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 4 1 2 3 5 1 2 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 1 2 3 4 4 5 6 7 8 1 1 2 3 4 10 1 11 12 1 13 14 1 15 1 16 1 1 17 1 2 18 3 1 4 5 19

More information

mate10„”„õŒì4

mate10„”„õŒì4 2002.10 1 2 3 4 2 LINE UP 31w 79w 3 4 LINE UP Windows XP Windows 98 Pentium 1.70GHz Pentium 1.80GHz Pentium 2A GHz Pentium 2.40GHz Pentium 2.53GHz 0 50 100 150 200 250 Processor:Pentium 4 processor 1.50

More information

quattro.PDF

quattro.PDF Quattro USB Audio Interface 2 M-AUDIO 3 Windows Windows 98 SE/ Windows ME/ Windows 2000/ Windows XP Platinum III 500MHz/ 96kHz Platinum II 400MKz/ 48kHz 128MB RAM / 96kHz 64MB RAM/ 48kHz Macintosh USB

More information

TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA Vac/10 A [85-AA-0003] m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A [ ] 2016

TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA Vac/10 A [85-AA-0003] m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A [ ] 2016 No. IB028901 Nov. 2016 1. 11 TOS7200 2. 14 3. 19 4. 23 5. 39 6. 49 7. 51 TOS7200 CD-ROM DUT PC 1.0X p.15 NEMA5-15 125 Vac/10 A [85-AA-0003] 1 2.5 m : CEE7/7 : 250Vac/10 A [85-AA-0005] : GB1002 : 250Vac/10A

More information

Keysight Technologies 標準信号発生器セレクションガイド

Keysight Technologies 標準信号発生器セレクションガイド Keysight Technologies 67 GHz 1.1 THz AM FM I/Q GSM W-CDMA HSPA LTE LTE-Advanced GPSLAN PXI (www.keysight.co.jp/find/sg) Keysight 9 khz 100 khz 1 MHz 10 MHz 3 GHz 6 GHz 10 GHz 40 GHz 44 GHz 70 GHz UXG PSG

More information

2

2 L C -60W 7 2 3 4 5 6 7 8 9 0 2 3 OIL CLINIC BAR 4 5 6 7 8 9 2 3 20 2 2 XXXX 2 2 22 23 2 3 4 5 2 2 24 2 2 25 2 3 26 2 3 6 0 2 3 4 5 6 7 8 9 2 3 0 2 02 4 04 6 06 8 08 5 05 2 3 4 27 2 3 4 28 2 3 4 5 2 2

More information

テストコスト抑制のための技術課題-DFTとATEの観点から

テストコスト抑制のための技術課題-DFTとATEの観点から 2 -at -talk -talk -drop 3 4 5 6 7 Year of Production 2003 2004 2005 2006 2007 2008 Embedded Cores Standardization of core Standard format Standard format Standard format Extension to Extension to test

More information

2

2 8 23 32A950S 30 38 43 52 2 3 23 40 10 33 33 11 52 4 52 7 28 26 7 8 8 18 5 6 7 9 8 17 7 7 7 38 10 12 9 23 22 22 8 53 8 8 8 8 1 2 3 17 11 52 52 19 23 29 71 29 41 55 22 22 22 22 22 55 8 18 31 9 9 54 71 44

More information

橡EN1165.PDF

橡EN1165.PDF G780(7ZMMP-KK F1C) BIOS Setup 1 G780(7ZMMP-KK F1C) 2 G780(7ZMMP-KK F1C) 3 G780(7ZMMP-KK F1C) 4 G780(7ZMMP-KK F1C) 1st Boot Device 2nd Boot Device 3rd Boot Device S.M.A.R.T. for Hard Disks BootUp Num-Lock

More information

チュートリアル XP Embedded 入門編

チュートリアル XP Embedded 入門編 TUT-0057 Ver. 1.0 www.interface.co.jp Ver 1.0 2005 6 (,), Web site () / () 2004 Interface Corporation. All rights reserved. ...1...1 1. XP Embedded...2 2....3 2.1....3 2.2....4 2.2.1. SLD...4 2.3....5

More information

1 2

1 2 1 1 2 1 2 3 4 5 3 2 3 4 4 1 2 3 4 5 5 5 6 1 1 2 1 8 1 3 1 9 2 10 2 3 1 11 2 12 2 3 1 13 14 2 2 3 1 15 2 1 2 3 4 5 16 2 6 7 8 3 1 1 2 17 2 18 2 3 1 19 2 20 2 3 1 21 2 22 2 3 1 23 2 24 2 3 1 25 2 26 2 3

More information

Guidelines and Best Practices H-0400A-WWEN Industry Standard Servers Division Compaq Computer Corporation

Guidelines and Best Practices H-0400A-WWEN Industry Standard Servers Division Compaq Computer Corporation Guidelines and Best Practices 2000 6 Industry Standard Servers Division Compaq Computer Corporation... 1.. 5... 8 1... 9 2... 12 3... 25 4... 56 5 A...83 6 B... 84 Compaq Compaq ProLiant DL360 ProLiant

More information

Source: Intel.Config: Pentium III Processor-Intel Seattle SE440BX-2, 128MB PC100 CL2 SDRAM Intel 440BX-2 Chipset Platform- Diamond Viper 550 /

Source: Intel.Config: Pentium III Processor-Intel Seattle SE440BX-2, 128MB PC100 CL2 SDRAM Intel 440BX-2 Chipset Platform- Diamond Viper 550 / 2002.1 4 1 2 3 Source: Intel.Config: Pentium III Processor-Intel Seattle SE440BX-2, 128MB PC100 CL2 SDRAM Intel 440BX-2 Chipset Platform- Diamond Viper 550 / nvidia TNT 2x AGP with 16MB memory, nvidia

More information

EtherSound CAT5 EtherSound Ethernet 2 100mEthernet 2km EtherSound EtherSound EtherSound EtherSound EtherSound 1 EtherSound 2 : DSP ** / ES8mic ES16161

EtherSound CAT5 EtherSound Ethernet 2 100mEthernet 2km EtherSound EtherSound EtherSound EtherSound EtherSound 1 EtherSound 2 : DSP ** / ES8mic ES16161 Ethernet EtherSound Ethernet IEEE802.3x Digigram EtherSound 64 24 48kHz Ethernet 1 125 EtherSound BGM EtherSound AES/EBU EtherSound IT Ethernet EtherSound VLAN Ethernet Ethernet CAT5 EtherSound Ethernet

More information

5 30 B36B3 4 5 56 6 7 3 4 39 4 69 5 56 56 60 5 8 3 33 38 45 45 7 8 4 33 5 6 8 8 8 57 60 8 3 3 45 45 8 9 4 4 43 43 43 43 4 3 43 8 3 3 7 6 8 33 43 7 8 43 40 3 4 5 9 6 4 5 56 34 6 6 6 6 7 3 3 3 55 40 55

More information

5988_3935JA.qxd

5988_3935JA.qxd Agilent E4438C ESG E4438C ESG Agilent E4438C ESGRF 6 GHz IFRF E4438C ESG I/Q RF 80 MHzRFI/Q I/Q160 MHzRF 64 M 1 G Signal StudioLTE WiMAX TM LANW-CDMAcdma2000 GSM DVB Baseband StudioI/O PC 10BaseT LANGPIB

More information

Express5800/320Fc-MR

Express5800/320Fc-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

Keysight Technologies GPSレシーバ・テスト

Keysight Technologies GPSレシーバ・テスト Keysight Technologies GPS Application Note 25 37500 12.5 2 300 1 6 3 4 5 1500 30 (TLM) 30 0.6 8 16 6 16 7 (HOW) 30 0.6 TOW (Time of week) ID 6 ...3...3 GPS...4 GPS A-GPS...4 GPS...4 GPS...4 GPS...5 GPS...5

More information

strtok-count.eps

strtok-count.eps IoT FPGA 2016/12/1 IoT FPGA 200MHz 32 ASCII PCI Express FPGA OpenCL (Volvox) Volvox CPU 10 1 IoT (Internet of Things) 2020 208 [1] IoT IoT HTTP JSON ( Python Ruby) IoT IoT IoT (Hadoop [2] ) AI (Artificial

More information

OVERVIEW hp StorageWorks NAS 500s hp StorageWorks NAS 500s A C D () 4 SATA RAID Ultra320 SCSI Serial ATA 3.5 DVD-ROM hp StorageWorks NAS 500s

OVERVIEW hp StorageWorks NAS 500s hp StorageWorks NAS 500s A C D () 4 SATA RAID Ultra320 SCSI Serial ATA 3.5 DVD-ROM hp StorageWorks NAS 500s システム構成図 2004 年 11 月 18 日 1 OVERVIEW hp StorageWorks NAS 500s hp StorageWorks NAS 500s A C D 3.5 0123 () 4 SATA RAID Ultra320 SCSI Serial ATA 3.5 DVD-ROM hp StorageWorks NAS 500s 320GB 1TB 367984-291()

More information

H8000操作編

H8000操作編 8 26 35 32H800037H800042H8000 49 55 60 72 2 3 4 48 7 72 32 28 7 8 9 5 7 9 22 43 20 8 8 8 8 73 8 13 7 7 7 55 10 49 49 13 37 49 49 49 49 49 49 12 50 11 76 8 24 26 24 24 6 1 2 3 18 42 72 72 20 26 32 80 34

More information

DVD-R/RWユニットユーザーズマニュアル

DVD-R/RWユニットユーザーズマニュアル LDR-4242AKB_V01 INTERNAL ATAPI E-IDE DVD R/RW UNIT ATAPI DVD R/RW LDR-4242AK LDR-4242AK(B DVD R/RW DVD R/RW DVD R/RW CD-ROM/DVD-ROM Windows Microsoft Corporation Pentium Celeron Intel B's STUDIO B's Recorder

More information

DVD±R/RWユニットユーザーズマニュアル

DVD±R/RWユニットユーザーズマニュアル LDR-E4242FU2_V02 IEEE1394&USB2.0 DVD R/RW UNIT IEEE 1394 & USB 2.0 DVD R/RW LDR-E4242FU2 DVD R/RW DVD R/RW DVD R/RW CD-ROM/DVD-ROM Windows Microsoft Corporation Pentium Celeron IntelB's Recorder GOLD B's

More information

AFO AFO 4 2.3AFO 5 3 AFO 3.1 AFO

AFO AFO 4 2.3AFO 5 3 AFO 3.1 AFO 17 1060126 1 1 2 2 AFO 2.1 3 2.2AFO 4 2.3AFO 5 3 AFO 3.1 AFO 6 3.2 6 3.3 7 3.4 8 3.5 9 4.1 14 4.2 17 4.3 18 4.4 18 5.1 19 5.2 19 5.3 19 5.4 21 6.1 22 23 24 1 1 (Ankle-foot orthosis AFO) 1) AFO(Fig.1) AFO

More information

CPU Levels in the memory hierarchy Level 1 Level 2... Increasing distance from the CPU in access time Level n Size of the memory at each level 1: 2.2

CPU Levels in the memory hierarchy Level 1 Level 2... Increasing distance from the CPU in access time Level n Size of the memory at each level 1: 2.2 FFT 1 Fourier fast Fourier transform FFT FFT FFT 1 FFT FFT 2 Fourier 2.1 Fourier FFT Fourier discrete Fourier transform DFT DFT n 1 y k = j=0 x j ω jk n, 0 k n 1 (1) x j y k ω n = e 2πi/n i = 1 (1) n DFT

More information

2

2 WJ-HD150 Digital Disk Recorder WJ-HD150 2 3 q w e r t y u 4 5 6 7 8 9 10 11 12 13 14 15 16 q w SIGNAL GND AC IN 17 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY DAILY Program 1 Event No.1 Event

More information

Microsoft Word - PIVマニュアル.doc

Microsoft Word - PIVマニュアル.doc (Nikkor 50mm f/1.2) C CCD (PixelFly QE) LAN USB BNC 1 1.1 CCD 注意 CCD CCD 1) 注意 2) 3) LAN LAN 4) 3 2 5) 2 1.2 1) Came Ware Came Ware 2) [Camera] [Camera Control] Camera mode Video Trigger Mode Intern CameraControl

More information

DVD±R/RWユニットユーザーズマニュアル

DVD±R/RWユニットユーザーズマニュアル LDR-4242U2_V02 USB2.0 DVD R/RW UNIT USB 2.0 DVD R/RW LDR-4242U2 DVD R/RW DVD R/RW DVD R/RW CD-ROM/DVD-ROM Windows Microsoft Corporation Pentium Celeron IntelB's Recorder GOLD B's CLiP B's! ...4... 4...

More information

TH-42PAS10 TH-37PAS10 TQBA0286

TH-42PAS10 TH-37PAS10 TQBA0286 TH-42PAS10 TH-37PAS10 TQBA0286 2 4 8 10 11 17 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 38 42 44 46 50 51 52 53 54 3 4 5 6 7 8 3 4 1 2 9 5 6 1 4 2 3 5 6 10 11 1 2 3 4 12 13 14 TH-42PAS10 TH-42PAS10

More information

N Express5800/R320a-E4 N Express5800/R320a-M4 ユーザーズガイド

N Express5800/R320a-E4  N Express5800/R320a-M4  ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information