Size: px
Start display at page:

Download ""

Transcription

1

2

3

4

5

6 - i -

7 - ii -

8 - iii -

9 - iv -

10 - v -

11 - 1 -

12 - 2 -

13 - 3 -

14 - 4 -

15 - 5 -

16 단 - 6 -

17 - 7 -

18 - 8 -

19 sin exp - 9 -

20 max

21 - 11 -

22 경계조건 and

23 - 13 -

24 - 14 -

25 - 15 -

26 - 16 -

27 - 17 -

28 - 18 -

29 - 19 -

30 - 20 -

31 - 21 -

32 - 22 -

33 - 23 -

34 - 24 -

35 - 25 -

36 - 26 -

37 - 27 -

38 Name quantity Part# Description Supplier RF Part Voltage Controlled Ocilator 1 ZX C MC VCO, +6dBm Out Mini-Circuits Attenuator 1 VAT-3+ 3dB SMA M-F attenuator Mini-Circuits Low Noise Aplifier 2 ZX60-272LN-S+ Gain 14 db, NF=1.2 db, IP1=18.5 dbm Mini-Circuits Splitter 1 ZX Mc, 0.1 db insertion loss Mini-Circuits Frequency Mixer 1 ZX05-43MH-S+ 13dBm LO, RF to LO loss 6.1 db, IP1 9 dbm Mini-Circuits SMAM-MBarrels 4 SM-SM50+ SMA-SMA M-M barrel Mini-Circuits SMA Straight Plug 5 1S SMA Straight Plug 11st RF Cable 1 NA RF Cable In Lab Electronic Part Wood plate 1 NA - In Lab Function Generator 1 XR-2206 Function Generator Chip ELE PARTS

39 Name quantity Part# Description Supplier Amplifier chip 1 TL074CN LOW NOISE, JFET INPUT OPERATIONAL AMPLIFIERS DONGSHIN PARTS Breadboard 1 BL x16.5cm solderless breadboard 11st 1000 pf 5% capacitor 4 M/T pf 5% capacitor DONGSHIN PARTS 8450 ohm 1% resistor 1 MR1/4WTB-8.45K 8450 ohm 1% resistor 100 EA DONGSHIN PARTS 102K ohm 1% resistor 1 MR1/4WTB-102K 102K ohm 1% resistor 100 EA DONGSHIN PARTS 7150 ohm 1% resistor 1 MR1/4WTB-7.15K 7150 ohm 1% resistor 100 EA DONGSHIN PARTS 1K ohm 1% resistor 3 MR1/4WTB-1K 1K ohm 1% resistor 100 EA DONGSHIN PARTS 12.1K ohm 1% resistor 1 MR1/4WTB-12.1K 12.1K ohm 1% resistor 100 EA DONGSHIN PARTS 17.4K ohm 1% resistor 1 MR1/4WTB-17.4K 17.4K ohm 1% resistor 100 EA DONGSHIN PARTS 28K ohm 1% resistor 1 MR1/4WTB-28K 28K ohm 1% resistor 100 EA DONGSHIN PARTS 4120 ohm 1% resistor 1 MR1/4WTB-4.1K 4120 ohm 1% resistor 100 EA DONGSHIN PARTS 1620 ohm 1% resistor 1 MR1/4WTB-1.6K 1620 ohm 1% resistor 100 EA DONGSHIN PARTS 0.1 uf capacitor 2 T/T 35V0R1 0.1 uf capacitor DONGSHIN PARTS 100 uf capacitor uf capacitor DEVICE MART 10k trimmer potentiometer k trimmer potentiometer DEVICE MART 200 ohm, 5% resistor 1 CR1/4TB ohm, 5% DONGSHIN PARTS Batterypack 2 COMF-4AAC 4xAA battery pack with power switch DONGSHIN PARTS

40 Name quantity Part# Description Supplier 5V Voltage Regulator chip 1 KA/LM7805(TO-220) 5V low dropout Positive Voltage Regulator DONGSHIN PARTS Audio line 1 NDS-STC-MF-3M 3.5 mm plug to stripped wires DONGSHIN PARTS 0.47 uf capacitor 1 T/T 35V0R uf capacitor DONGSHIN PARTS 2M trimmer potentiometer M trimmer potentiometer DEVICE MART 50K trimmer potentiometer K trimmer potentiometer DEVICE MART 1 uf capacitor uf electrolytic cap DEVICE MART 10 uf capacitor uf electrolytic cap DEVICE MART 5.1 K resistor 2 MR1/4WTB-5.1K 5.1 K resistor DONGSHIN PARTS 10 K resistor 2 CR1/4TB-10K 10 K resistor DONGSHIN PARTS LED 1 B5134 Red LED DONGSHIN PARTS 1 K resistor 1 CR1/4TB-1K 1 K resistor DONGSHIN PARTS 100 K resistor 2 CR1/4TB-100K 100 K resistor DONGSHIN PARTS 47 K 5% Resistor 12 CR1/4TB-47K 47 K 5% resistor DONGSHIN PARTS 1uF capacitor unpolarized uf film capacitor DEVICE MART

41 - 31 -

42 - 32 -

43 - 33 -

44 exp sin

45 - 35 -

46 clear all close all c = e8; FS = 44100; % sampling frequency Tp = 0.02; % pulse time N = FS * Tp; % range sampling number fstart = 2240e6; %(Hz) LFM start frequency fend = 2560e6; %(Hz) LFM stop frequency Rs = 0; Lx = 2.48; % scan length delta_x = 0.04; % scan step L_ax = 0.1; % antenna langth nnum = 4; % target number t_cen = [0, 100]; % target center d_xy = [20, 20]; % target steps std = 0; % noise std rerr = 0.00; % position error direction range aerr = 0.00; % position error direction azimuth Xa = linspace(-lx/2,lx/2,lx/delta_x+1);

47 Rt = zeros(size(xa,2),nnum.^2); if nnum ~= 0 [xt, yt] = ctars(t_cen,d_xy,nnum); save SARtargets xt yt nnum = nnum^2; for ii = 1:size(Xa,2) Rt(ii,:) = sqrt((xa(ii)-xt(:) - aerr * (2*rand-1)).^2 + (yt(:) - rerr * (2*rand-1)).^2); end figure;scatter(yt,xt,'o'); axis equal xlabel('range'); ylabel('azimuth'); end Kr = linspace(4*pi*fstart/c,4*pi*fend/c,n); phi_if = zeros(size(xa,2),n); sif = zeros(size(xa,2),n); count = 0; for ll = 1:nnum for ii = 1:size(Xa,2) phi_if(ii,:) = Kr*(Rt(ii,ll) - Rs); end sif = sif + exp(-1j*phi_if); count = count + 1;

48 end clear Rt phi_if nois = std * (rand(size(sif)) - 1i * rand(size(sif))); s = sif/count + nois; save GBSARpara s fend fstart delta_x L_ax Kr Xa Rs; figure; imagesc(kr*c/(4*pi*1e9),xa,abs(s)); colormap(gray); ylabel('x position(m)'); xlabel('recieved chirp frequency (GHz)'); title('amplitute value of the single point scatter SAR data matrix'); colorbar; cbar = colorbar; set(get(cbar, 'Title'), 'String', 'db', 'fontsize', 13); figure; imagesc(kr*c/(4*pi*1e9),xa,angle(s)); colormap(gray); ylabel('x position(m)'); xlabel('recieved chirp frequency (GHz)'); title('phase value of the single point scatter SAR data matrix'); colorbar; cbar = colorbar; set(get(cbar, 'Title'), 'String', 'radian', 'fontsize', 13);

49 clear all close all tic load GBSARpara c = e8; fheadout = 'GBsimul'; nrange = size(s,2); nazimuth = size(s,1); ystart = -(delta_x*(size(s,1)-1))/2; % m yend = (delta_x*(size(s,1)-1))/2; % m ystep = delta_x; % m mfft_range = 4; % over sampling factor mfft_azimuth = 4; % over sampling factor mazimuth_td = 1; % Time domain over sampling factor mazimuth_rma = 8; % RMA over sampling factor R_center = 0; se_cri = inf; % Deramp-FFT algorithm range limit % algorithm selector % 1 : Deramp-FFT % 2 : Range migration ifocus = 2; approx = 1; % approximation deramp function; 1 : on, 2 : off fnamespec = '%s_approx %d_%d_%s'; set(0,'defaultaxesfontsize',13);

50 %% Range 파라미터입력 fc=(fstart+fend)/2; % center frequency lambda=c/fc; % wavelength bandw_r=fend-fstart; % bandwidth delt=1./bandw_r; % delta t delr=c*delt/2.; % range resolution delf=bandw_r/(nrange-1); % frequency step, chirp rate t_max=1./(2.*delf); % maximum sampling time R_max= c*t_max/2.; % maximum range nrange_fft = nf(nrange); nrange_fft = nrange_fft * mfft_range; % range number after over sampling fft delt_fft=1./((nrange_fft-1)*delf); % delta t after over sampling delr_fft=c*delt_fft/2.; % range resolution after over sampling nrange_ffth=nrange_fft/2; % range number at result images %% Azimuth 파라미터입력 X = abs(yend-ystart); % scan length delu=1./x; % Azimuth wavenumber resolution R_full=L_ax/lambda*X; delx = abs(ystep); % scan step nazimuth_fft = nf(nazimuth); nazimuth_fft = nazimuth_fft * mfft_azimuth; % azimuth number after over sampling X_fft =(nazimuth_fft-1)*delx; % image length after over sampling delu_fft=1./x_fft; % azimuth resolution after over sampling deltheta_fft=lambda/2.*delu_fft; % angular resolution if R_center==0. R_center=R_max; end delx_fft = deltheta_fft*r_center;

51 set(0,'defaultaxesfontsize',13); %% range compression vv = s; clear s if ifocus ~= 2 vv = cnshift(vv,nrange_fft,2); vv = han(vv, nazimuth, nrange_fft, nrange, 2); vv = ifft(vv,[],2); vv(:,(end/2+1):end) = 0; R = delr_fft * linspace(0,nrange_ffth,nrange_ffth); A = delu * linspace(-nazimuth/2,nazimuth/2,nazimuth); vv_out(:,:,1) = abs(vv(:,1:nrange_ffth)); vv_out(:,:,2) = angle(vv(:,1:nrange_ffth)); fname = sprintf(fnamespec,fheadout,approx,0,'rangecomp'); gcf = figure;imagesc(r,a,abs(vv(:,1:nrange_ffth))); title('rangecompression Image'); colormap(gray) axis equal; xlabel('range'); ylabel('azimuth wavenumber'); multibandwrite(vv_out,fname,'bil'); gen_ers(fname, nazimuth, nrange_ffth, delx, delr_fft, 2, '181');

52 clear vv_out fname pname gcf end %% /* Deramp-FFT Algorithm for Far Range */ if ifocus == 1 vvr = vv(:,1:nrange_ffth); clear vv % /* Deramp */ x = delx*linspace(-nazimuth/2,nazimuth/2,nazimuth); phase1 = 2.*pi/lambda*x.^2; yc = delr_fft*(1:nrange_ffth); X_hcut = abs(yc)/r_full*x/2.; phase = zeros(nazimuth,nrange_ffth); if approx == 0 maxtheta = deltheta_fft * nazimuth_fft/2; theta = 2 * tan(maxtheta) * yc; rxc = zeros(nazimuth,nrange_ffth); for jj = 1:nrange_ffth; end rxc(:,jj) = linspace(-theta(jj)/2,theta(jj)/2,nazimuth); end for ii = 1:nazimuth logi = abs(x(ii)) < X_hcut; if approx == 1 else phase(ii,:) = logi.* phase1(ii) / yc;

53 trc = sqrt(yc.^2 + rxc(ii,:).^2); phase(ii,:) = logi.* yc.^2.* phase1(ii)./ trc.^3; end end expp = exp(1j*phase); vvr = vvr.* expp; % clear cosp sinp tmp1 tmp2 clear phase phase1 x expp logi X_hcut maxtheta rxc Rc % /* Azimuth rail baseband */ vvr = cnshift(vvr,nazimuth_fft,1); % /* Azimuth Hamming filter */ vvr = han(vvr, nazimuth_fft, nrange_ffth, nazimuth, 1); % /* Azimuth FFT */ vvr = fftshift(fft(vvr,[],1),1); % range limitation cut R_limit = pi * X^2 / (2 * lambda * se_cri) * abs((1/sqrt(1+(lambda/(2 * L_ax))^2))^3-1); nr_limit = fix(r_limit/delr_fft); vvr(:,1:nr_limit) = 0; % /* Output Deramp-FFT SAR Data */ fname = sprintf(fnamespec,fheadout,approx,2,'df'); R = delr_fft * linspace(0,nrange_ffth,nrange_ffth); A = deltheta_fft * linspace(-nazimuth_fft/2,nazimuth_fft/2,nazimuth_fft) * 180 / pi;

54 figure;imagesc(r,a,abs(vvr)); title('un-geocoded Deramp-FFT Image'); colormap(gray) axis equal; xlabel('range'); ylabel('azimuth'); vv_out(:,:,1) = abs(vvr); vv_out(:,:,2) = angle(vvr); '181'); multibandwrite(vv_out,fname,'bil'); gen_ers(fname, nazimuth_fft, nrange_ffth, delx_fft, delr_fft, 2, clear vv_out R A pname gcf % /* Geocoding by Azimuth Resampling */ xc = delx_fft*linspace(-nazimuth_fft/2,nazimuth_fft/2,nazimuth_fft); Rc = zeros(nazimuth_fft,nrange_ffth); for ii = 1:nazimuth_fft; Rc(ii,:) = sqrt(yc.^2+xc(ii).^2); u(ii,:) = 2.*xc(ii)./(lambda*Rc(ii,:)); end irc = round(rc/delr_fft); jx= round((u/delu_fft + nazimuth_fft/2+0.5)); clear u Rc azvv = zeros(nazimuth_fft,nrange_ffth); for ii = 1:nazimuth_fft; for jj = 1:nrange_ffth;

55 if jx(ii,jj) > 0 && jx(ii,jj) <= nazimuth_fft && irc(ii,jj) <= nrange_ffth azvv(ii,jj)=vvr(jx(ii,jj),irc(ii,jj)); end end end vvr = azvv; clear azvv jx irc u Rc % /* Output Deramp-FFT Geocoded SAR Data */ fname = sprintf(fnamespec,fheadout,approx,3,'df_geo'); R = delr_fft * linspace(0,nrange_ffth,nrange_ffth); A = delx_fft * linspace(-nazimuth_fft/2,nazimuth_fft/2,nazimuth_fft); gcf = figure;imagesc(r,a,abs(vvr)); title('geocoded Deramp-FFT Image'); colormap(gray); axis equal; xlabel('range (m)'); ylabel('azimuth (m)'); vv_out(:,:,1) = abs(vvr); vv_out(:,:,2) = angle(vvr); '181'); multibandwrite(vv_out,fname,'bil'); gen_ers(fname, nazimuth_fft, nrange_ffth, delx_fft, delr_fft, 2, clear vv_out % } /* end of Deramp-FFT */

56 end %% Range Migration Algorithm if ifocus == 2 nazimuth_fft_rma = nazimuth_fft * mazimuth_rma; vv = vv.* repmat(hann(size(vv,2))',size(vv,1),1); vv = fftshift(cnshift(vv,nazimuth_fft_rma,1),1); vvr = fftshift(fft(vv, [], 1), 1); clear vv Kr Kx = linspace(-pi/delta_x, pi/delta_x, size(vvr,1)); Ky = zeros(size(vvr)); Kr = linspace(4*pi*fstart/c,4*pi*fend/c,size(vvr,2)); for ii = 1:size(vvr,1) end Ky(ii,:) = sqrt(kr.^2 - Kx(ii)^2); if Rs ~= 0 vmf = exp(1j * Rs * Ky); vvr_mf = vvr.* vmf; clear vvr vmf else vvr_mf = vvr; clear vvr end kstart = min(kr); kstop = max(kr); Ky_even = linspace(kstart, kstop, size(vvr_mf,2));

57 vvr_st = zeros(size(vvr_mf)); for ii = 1:size(vvr_st,1) end vvr_st(ii,:) = interp1(ky(ii,:), vvr_mf(ii,:), Ky_even); vvr_st(isnan(vvr_st)) = 0; v = ifft2(vvr_st, nazimuth_fft_rma, nrange_fft); clear vvr_st vvr_mf Ky Kr Kx Ky_even Xa fname = sprintf(fnamespec,fheadout,approx,2,'rma'); R = delr_fft * linspace(0,nrange_ffth,nrange_ffth); A = delx * linspace(-nazimuth_fft_rma/2,nazimuth_fft_rma/2,nazimuth_fft_rma); gcf = figure;imagesc(r,a,abs(v(:,1:nrange_ffth))); title('range Migration Algorithm Image'); colormap(gray); axis equal; xlabel('range (m)'); ylabel('azimuth (m)'); vv_out(:,:,1) = abs(v); vv_out(:,:,2) = angle(v); '181'); multibandwrite(vv_out,fname,'bil'); gen_ers(fname, nazimuth_fft_rma, nrange_ffth, delx, delr_fft, 2, clear vv_out end toc

58 function dout = cnshift(data, nrowcol, dir) if dir == 2 dout = [data(:,(fix(size(data,2)/2)+1):size(data,2)) z e r o s ( s i z e ( d a t a, 1 ), n r o w c o l - s i z e ( d a t a, 2 ) ) data(:,1:fix(size(data,2)/2))]; elseif dir == 1 dout = [data((fix(size(data,1)/2)+1):size(data,1),:); z e r o s ( n r o w c o l - s i z e ( d a t a, 1 ), s i z e ( d a t a, 2 ) ) ; data(1:fix(size(data,1)/2),:)]; else disp('error') end end function [xt, yt] = ctars(t_cen, d_xy, nnum) x_cen = t_cen(1); y_cen = t_cen(2); d_x = abs(d_xy(1));

59 d_y = abs(d_xy(2)); lx = d_x*(nnum-1); ly = d_y*(nnum-1); xstart = x_cen - lx/2; xend = x_cen + lx/2; ystart = y_cen - ly/2; yend = y_cen + ly/2; x = linspace(xstart,xend,nnum); y = linspace(ystart,yend,nnum); xt = zeros(1,nnum^2); yt = zeros(1,nnum^2); ccount = 1; for ii = 1:nnum for jj = 1:nnum xt(ccount) = x(ii); yt(ccount) = y(jj); ccount = ccount + 1; end end end function dout = han(data, nrow, ncol, nnum, dir) h = hann(nnum); h = 2*h;

60 dout = zeros(nrow,ncol); if dir == 1; h = cnshift(h,nrow,1); for ii = 1:ncol; dout(:,ii) = data(:,ii).* h; end elseif dir == 2; h = h'; h = cnshift(h,ncol,2); for ii = 1:nrow; dout(ii,:) = data(ii,:).* h; end else disp('error'); end end function gen_ers (fname, nrow, ncol, drow, dcol, nband, bflag) str = sprintf('%s.ers',fname); fid = fopen(str,'w'); fprintf(fid,'datasetheader Begin\n'); fprintf(fid,' Version = \"6.0\"\n'); fprintf(fid,' Name = \"%s\"\n', fname); fprintf(fid,' Description = \"Generated by Hoonyol Lee and Younghun JI\"\n'); fprintf(fid,' LastUpdated = Thu Dec 04 00:00:00 GMT 2013\n'); fprintf(fid,' SensorName = \"Unknown\"\n'); fprintf(fid,' SenseDate = Thu Dec 04 00:00:00 GMT 2013\n');

61 fprintf(fid,' DataSetType = ERStorage\n'); fprintf(fid,' DataType = Raster\n'); fprintf(fid,' ByteOrder = LSBFirst\n'); fprintf(fid,' CoordinateSpace Begin\n'); fprintf(fid,' Datum = \"RAW\"\n'); fprintf(fid,' Projection = \"RAW\"\n'); fprintf(fid,' Projection = \"RAW\"\n'); fprintf(fid,' CoordinateType = RAW\n'); fprintf(fid,' Rotation = 0:0:0.0\n'); fprintf(fid,' CoordinateSpace End\n'); fprintf(fid,' RasterInfo Begin\n'); switch bflag case '181' fprintf(fid,' CellType = IEEE8ByteReal\n'); case '141' fprintf(fid,' CellType = IEEE4ByteReal\n'); case '140' fprintf(fid,' CellType = Signed32BitInteger\n'); case '040' fprintf(fid,' CellType = Unsigned32BitInteger\n'); case '110' fprintf(fid,' CellType = Signed8BitInteger\n'); case '010' fprintf(fid,' CellType = Unsigned8BitInteger\n'); end fprintf(fid,' fprintf(fid,' NullCellValue=0\n'); CellInfo Begin\n');

62 dcol); drow); ncol); fprintf(fid,' Xdimension = %f \n', fprintf(fid,' Ydimension = %f \n', fprintf(fid,' CellInfo End\n'); fprintf(fid,' NrOfLines = %d\n', nrow); fprintf(fid,' RegistrationCellX = 0\n'); fprintf(fid,' RegistrationCellY = %d\n', nrow/2); fprintf(fid,' NrOfCellsPerLine = %d\n', fprintf(fid,' NrOfBands = %d\n', nband); for i=1:nband; fprintf(fid,' BandId Begin\n'); fprintf(fid,' Value = \"Band%d\"\n', i); fprintf(fid,' BandId End\n'); end fprintf(fid,' RasterInfo End\n'); fprintf(fid,'datasetheader End\n'); fclose(fid);

63 - 53 -

64 - 54 -

airDACManualOnline_Kor.key

airDACManualOnline_Kor.key 5F InnoValley E Bldg., 255 Pangyo-ro, Bundang-gu, Seongnam-si, Gyeonggi-do, Korea (Zip 463-400) T 031 8018 7333 F 031 8018 7330 airdac AD200 F1/F2/F3 141x141x35 mm (xx) 350 g LED LED1/LED2/LED3 USB RCA

More information

Microsoft Word - FS_ZigBee_Manual_V1.3.docx

Microsoft Word - FS_ZigBee_Manual_V1.3.docx FirmSYS Zigbee etworks Kit User Manual FS-ZK500 Rev. 2008/05 Page 1 of 26 Version 1.3 목 차 1. 제품구성... 3 2. 개요... 4 3. 네트워크 설명... 5 4. 호스트/노드 설명... 6 네트워크 구성... 6 5. 모바일 태그 설명... 8 6. 프로토콜 설명... 9 프로토콜 목록...

More information

歯메뉴얼v2.04.doc

歯메뉴얼v2.04.doc 1 SV - ih.. 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 - - - 23 24 R S T G U V W P1 P2 N R S T G U V W P1 P2 N R S T G U V W P1 P2 N 25 26 DC REACTOR(OPTION) DB UNIT(OPTION) 3 φ 220/440 V 50/60

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Oct.; 27(10),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Oct.; 27(10), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Oct.; 27(10), 926 934. http://dx.doi.org/10.5515/kjkiees.2016.27.10.926 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Multi-Function

More information

전자실습교육 프로그램

전자실습교육 프로그램 제 5 장 신호의 검출 측정하고자 하는 신호원에서 발생하는 신호를 검출(detect)하는 것은 물리측정의 시작이자 가장 중요한 일이라고 할 수가 있습니다. 그 이유로는 신호의 검출여부가 측정의 성패와 동의어가 될 정도로 밀접한 관계가 있기 때문입니다. 물론 신호를 검출한 경우라도 제대로 검출을 해야만 바른 측정을 할 수가 있습니다. 여기서 신호의 검출을 제대로

More information

<313920C0CCB1E2BFF82E687770>

<313920C0CCB1E2BFF82E687770> 韓 國 電 磁 波 學 會 論 文 誌 第 19 卷 第 8 號 2008 年 8 月 論 文 2008-19-8-19 K 대역 브릭형 능동 송수신 모듈의 설계 및 제작 A Design and Fabrication of the Brick Transmit/Receive Module for K Band 이 기 원 문 주 영 윤 상 원 Ki-Won Lee Ju-Young Moon

More information

Coriolis.hwp

Coriolis.hwp MCM Series 주요특징 MaxiFlo TM (맥시플로) 코리올리스 (Coriolis) 질량유량계 MCM 시리즈는 최고의 정밀도를 자랑하며 슬러리를 포함한 액체, 혼합 액체등의 질량 유량, 밀도, 온도, 보정된 부피 유량을 측정할 수 있는 질량 유량계 이다. 단일 액체 또는 2가지 혼합액체를 측정할 수 있으며, 강한 노이즈 에도 견디는 면역성, 높은 정밀도,

More information

CD-6208_SM(new)

CD-6208_SM(new) Public Address Power Amplifier PA-63 CONTENTS Specifications... Electrical parts list... top and bottom view of p.c. board... 8 Application... 0 block Diagram... Schematic Diagram... Exploded view of cabinet

More information

CD-6208_SM(new)

CD-6208_SM(new) Digital Amplifier MA-110 CONTENTS Specifications... 1 Electrical parts list... 2 top and bottom view of p.c. board... 10 Application... 12 block Diagram... 13 Schematic Diagram... 14 Exploded view of cabinet

More information

FTTH 기술발표

FTTH 기술발표 2 3 xdsl /UTP FTTH / 2002 2005 2010 2 Mbps 6 Mbps 100Mbps * 10 Mbps 45Mbps 155Mbps FTTO / FTTD / Digital (DBS) 53Mbps/4km LMDS ADSL : Asymmetric Digital Subscriber Line HDSL : High speed Digital Subscriber

More information

2

2 2 3 4 5 6 7 8 9 10 11 60.27(2.37) 490.50(19.31) 256.00 (10.07) 165.00 111.38 (4.38) 9.00 (0.35) 688.00(27.08) 753.00(29.64) 51.94 (2.04) CONSOLE 24CH 32CH 40CH 48CH OVERALL WIDTH mm (inches) 1271.45(50.1)

More information

untitled

untitled CLEBO PM-10S / PM-10HT Megapixel Speed Dome Camera 2/39 3/39 4/39 5/39 6/39 7/39 8/39 ON ON 1 2 3 4 5 6 7 8 9/39 ON ON 1 2 3 4 10/39 ON ON 1 2 3 4 11/39 12/39 13/39 14/39 15/39 Meg gapixel Speed Dome Camera

More information

TEL:02)861-1175, FAX:02)861-1176 , REAL-TIME,, ( ) CUSTOMER. CUSTOMER REAL TIME CUSTOMER D/B RF HANDY TEMINAL RF, RF (AP-3020) : LAN-S (N-1000) : LAN (TCP/IP) RF (PPT-2740) : RF (,RF ) : (CL-201)

More information

Microsoft Word - Installation and User Manual_CMD V2.2_.doc

Microsoft Word - Installation and User Manual_CMD V2.2_.doc CARDMATIC CMD INSTALLATION MANUAL 씨앤에이씨스템(C&A SYSTEM Co., Ltd.) 본사 : 서울특별시 용산구 신계동 24-1(금양빌딩 2층) TEL. (02)718-2386( 代 ) FAX. (02) 701-2966 공장/연구소 : 경기도 고양시 일산동구 백석동 1141-2 유니테크빌 324호 TEL. (031)907-1386

More information

Preliminary spec(K93,K62_Chip_081118).xls

Preliminary spec(K93,K62_Chip_081118).xls 2.4GHz Antenna K93- Series KMA93A2450X-M01 Antenna mulilayer Preliminary Spec. Features LTCC Based designs Monolithic SMD with small, low-profile and light-weight type Wide bandwidth Size : 9 x 3 x 1.0mm

More information

DC Link Application DC Link capacitor can be universally used for the assembly of low inductance DC buffer circuits and DC filtering, smoothing. They

DC Link Application DC Link capacitor can be universally used for the assembly of low inductance DC buffer circuits and DC filtering, smoothing. They DC Link Capacitor DC Link Application DC Link capacitor can be universally used for the assembly of low inductance DC buffer circuits and DC filtering, smoothing. They are Metallized polypropylene (SH-type)

More information

hwp

hwp 100% Concentration rate (%) 95% 90% 85% 80% 0.5 1.5 2.5 3.5 4.5 5.5 6.5 7.5 Time (min) Control box of RS485 Driving part Control trigger Control box of driving car Diaphragm Lens of camera Illumination

More information

09이훈열ok(163-

09이훈열ok(163- Korean Journal of Remote Sensing, Vol.27, No.2, 2011, pp.163~170 Change of Refractive Index of Air in X-band due to Atmospheric Humidity, Temperature and Pressure measured by GB-SAR Interferometry Jae-Hee

More information

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드]

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드] 전자회로 Ch3 iode Models and Circuits 김영석 충북대학교전자정보대학 2012.3.1 Email: kimys@cbu.ac.kr k Ch3-1 Ch3 iode Models and Circuits 3.1 Ideal iode 3.2 PN Junction as a iode 3.4 Large Signal and Small-Signal Operation

More information

0.1-6

0.1-6 HP-19037 1 EMP400 2 3 POWER EMP400 4 5 6 7 ALARM CN2 8 9 CN3 CN1 10 24V DC CN4 TB1 11 12 Copyright ORIENTAL MOTOR CO., LTD. 2001 2 1 2 3 4 5 1.1...1-2 1.2... 1-2 2.1... 2-2 2.2... 2-4 3.1... 3-2 3.2...

More information

Microsoft Word - SRA-Series Manual.doc

Microsoft Word - SRA-Series Manual.doc 사 용 설 명 서 SRA Series Professional Power Amplifier MODEL No : SRA-500, SRA-900, SRA-1300 차 례 차 례 ---------------------------------------------------------------------- 2 안전지침 / 주의사항 -----------------------------------------------------------

More information

. 서론,, [1]., PLL.,., SiGe, CMOS SiGe CMOS [2],[3].,,. CMOS,.. 동적주파수분할기동작조건분석 3, Miller injection-locked, static. injection-locked static [4]., 1/n 그림

. 서론,, [1]., PLL.,., SiGe, CMOS SiGe CMOS [2],[3].,,. CMOS,.. 동적주파수분할기동작조건분석 3, Miller injection-locked, static. injection-locked static [4]., 1/n 그림 THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Feb.; 27(2), 170175. http://dx.doi.org/10.5515/kjkiees.2016.27.2.170 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

歯동작원리.PDF

歯동작원리.PDF UPS System 1 UPS UPS, Converter,,, Maintenance Bypass Switch 5 DC Converter DC, DC, Rectifier / Charger Converter DC, /, Filter Trouble, Maintenance Bypass Switch UPS Trouble, 2 UPS 1) UPS UPS 100W KVA

More information

<313630313032C6AFC1FD28B1C7C7F5C1DF292E687770>

<313630313032C6AFC1FD28B1C7C7F5C1DF292E687770> 양성자가속기연구센터 양성자가속기 개발 및 운영현황 DOI: 10.3938/PhiT.25.001 권혁중 김한성 Development and Operational Status of the Proton Linear Accelerator at the KOMAC Hyeok-Jung KWON and Han-Sung KIM A 100-MeV proton linear accelerator

More information

YD-3533.xls

YD-3533.xls Y D - 3 5 3 3 사 용 설 명 서 78, Daechun-Dong, Dalseo-gu, Daegu, KOREA TEL : +8-53-585-56(Main) FAX : +8-53-585-788 http://www.setech.co.kr e-mail : setech@setech.co.kr 페이지 . 특징 당사의 제품을 사용하여 주셨어 감사하며, 사용중 혹시라도

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Nov.; 26(11), 978 984. http://dx.doi.org/10.5515/kjkiees.2015.26.11.978 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Transceiver

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Sep.; 30(9),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Sep.; 30(9), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2019 Sep.; 30(9), 712 717. http://dx.doi.org/10.5515/kjkiees.2019.30.9.712 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) MOS

More information

03.00 R&S ESMB ITU 9kHz 3GHz ESMB ITU

03.00 R&S ESMB ITU 9kHz 3GHz ESMB ITU 03.00 R&S ESMB 2003 9 ITU 9kHz 3GHz ESMB ITU ESMB ITU-R ESMB ESMB ITU-R ITU-R SM377 ITU-R SM378 ITU-R SM328 ITU-R SM182 PC ITU-R SM328 ESMB 1000 CW AM SSB FM ESMB 19 1/2 EMSB CW AM LSB USB PULSE FM PM

More information

% Rectangular Value 입력 t = -50 : 1 : 50; % 시간영역 for i = 1 : 101 if abs ( t ( i ) ) < 10 x ( i ) = 1; else x ( i ) = 0; % 화면을 2 열 1 행으로나눈후 % 2 열 1 행에 R

% Rectangular Value 입력 t = -50 : 1 : 50; % 시간영역 for i = 1 : 101 if abs ( t ( i ) ) < 10 x ( i ) = 1; else x ( i ) = 0; % 화면을 2 열 1 행으로나눈후 % 2 열 1 행에 R % sin 그래프계산및출력 t = -50 : 1 : 50; T = 10; f = 1/T; Nsin = sin ( ( 2 * pi * f * t ) ) % 시간영역 % 주기 % 주파수 % sin(2πft) % F(sin) 계산 Fsin = fftshift ( fft ( Nsin ) ); % 화면을 2 열 1 행으로나눈후 % 2 열 1 행에 Sin 그래프출력 subplot

More information

歯FDA6000COP.PDF

歯FDA6000COP.PDF OPERATION MANUAL AC Servo Drive FDA6000COP [OPERATION UNIT] Ver 1.0 (Soft. Ver. 8.00 ~) FDA6000C Series Servo Drive OTIS LG 1. 1.1 OPERATION UNIT FDA6000COP. UNIT, FDA6000COP,,,. 1.1.1 UP DOWN ENTER 1.1.2

More information

DIB-100_K(90x120)

DIB-100_K(90x120) Operation Manual 사용설명서 Direct Box * 본 제품을 사용하기 전에 반드시 방송방식 및 전원접압을 확인하여 사용하시기 바랍니다. MADE IN KOREA 2009. 7 124447 사용하시기 전에 사용하시기 전에 본 기기의 성능을 충분히 발휘시키기 위해 본 설명서를 처음부터 끝까지 잘 읽으시고 올바른 사용법으로 오래도록 Inter-M 제품을

More information

歯4.PDF

歯4.PDF 21 WDM * OADM MUX/DEMUX EDFA Er + Doped Fiber Isolator Isolator GFF WDM Coupler 1.48 um LD 1.48 um LD Transmitter Receiver MUX EDFA OADM DEMUX Switch Fiber Optics Micro Optics Waveguide Optics Isolator,

More information

?????? 5?_??????_20110419.hwp

?????? 5?_??????_20110419.hwp 실습5 프리엠퍼시스(Pre-Emphasis)와 디엠퍼시스(De-Emphasis). 실험 목적[ 야간 2학년 4/9일 시작] ) 프리엠퍼시스와 디엠퍼시스의 동작원리를 이해한다. 2) 컴퓨터 시뮬레이션을 행한다. 3) 실험을 통하여 프리엠퍼시스와 디엠퍼시스의 동작특성을 측정하고 시뮬레이션 결과와 비교 고찰한다. 2. 관련 이론 2-. 프리엠퍼시스 (PRE-EMPHASIS)

More information

untitled

untitled R&S Power Viewer Plus For NRP Sensor 1.... 3 2....5 3....6 4. R&S NRP...7 -.7 - PC..7 - R&S NRP-Z4...8 - R&S NRP-Z3... 8 5. Rohde & Schwarz 10 6. R&S Power Viewer Plus.. 11 6.1...12 6.2....13 - File Menu...

More information

VZ94-한글매뉴얼

VZ94-한글매뉴얼 KOREAN / KOREAN VZ9-4 #1 #2 #3 IR #4 #5 #6 #7 ( ) #8 #9 #10 #11 IR ( ) #12 #13 IR ( ) #14 ( ) #15 #16 #17 (#6) #18 HDMI #19 RGB #20 HDMI-1 #21 HDMI-2 #22 #23 #24 USB (WLAN ) #25 USB ( ) #26 USB ( ) #27

More information

À̵¿·Îº¿ÀÇ ÀÎÅͳݱâ¹Ý ¿ø°ÝÁ¦¾î½Ã ½Ã°£Áö¿¬¿¡_.hwp

À̵¿·Îº¿ÀÇ ÀÎÅͳݱâ¹Ý ¿ø°ÝÁ¦¾î½Ã ½Ã°£Áö¿¬¿¡_.hwp l Y ( X g, Y g ) r v L v v R L θ X ( X c, Yc) W (a) (b) DC 12V 9A Battery 전원부 DC-DC Converter +12V, -12V DC-DC Converter 5V DC-AC Inverter AC 220V DC-DC Converter 3.3V Motor Driver 80196kc,PWM Main

More information

acdc EQ 충전기.hwp

acdc EQ 충전기.hwp www.sjproporc.com DIGITAL CHARGER & DISCHARGER Intelligent Balancer SJPROPO 서울특별시 강남구 일원동 642-11 대도빌딩 202호 2006 SJPROPO INC. SJ INCORPORATED 사용 설명서 제품 구성물 동작 중 표시 화면 B L C : B A L A N C E R C O N N E C

More information

G2011WDT-Manual-LG(CCNF-Ver02).xls

G2011WDT-Manual-LG(CCNF-Ver02).xls 이 기기는 가정용으로 전자파 적합 등록을 한 기기로써 주거지역에는 물론 모든 지역에서 사용할 수 있습니다. 사 용 설 명 서 20.1" TFT LCD TV+Monitor Model : G2011WDT 금미전자 안전을 위한 주의사항 안전을 위한 주의사항은 제품의 안전하고 올바른 사용과 사고나 위험을 사전에 막기 위한 것이므로 반드시 지켜 주시기 바랍니다. 모니터

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 ........................... ½ ¼ ½ ¾ ................................................ ...........................................................................

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

<3034B1E2B9DD32302DBAB8B0EDBCAD2D524150412DC0FCC6C4C0DABFF8303528BAB0C3A53420C8A8B3D7C6AEBFF6C5A9292E687770>

<3034B1E2B9DD32302DBAB8B0EDBCAD2D524150412DC0FCC6C4C0DABFF8303528BAB0C3A53420C8A8B3D7C6AEBFF6C5A9292E687770> 2004년 12월 31일 주관연구기관 : 한국전파진흥협회 연구 책임자 : 정 신 교 참여 연구원 : 정 성 진 안 준 오 우 현 주 김 선 영 이 영 란 서 지 영 High Data Rate WPAN 기술 UWB / W1394 PDA 지능형에이젼트기술 방범 전력검침 RF ZigBee 수도검침 802.15.3 Web PAD UWB/무선1394

More information

Ceramic Innovation `

Ceramic Innovation ` Ceramic Innovation www.lattron.com 1. 2. -NTC thermistor -Piezoelectric Ceramic - RF Components 3. 1-1. 1. : Lattron Co., Ltd (Latticed + Electron) 2. : / 3. : 1998.01.20 4. 1688-24 : 306-230 82-42-935-8432

More information

Ultimate High Performance Audio tx-usb Operating Instructions Rev : 1.0

Ultimate High Performance Audio tx-usb Operating Instructions Rev : 1.0 Ultimate High Performance Audio tx-usb Operating Instructions Rev : 1.0 www.sotm-audio.com 주의사항및 A/S 정보 사용자주의사항 반드시본사용설명서를모두읽은후제품을사용하십시오. 제품의분해, 개조등을하지마십시오. 제품에진동, 충격을가하지마십시오. 손상되거나피복이벗겨진 cable은사용하지마십시오.

More information

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law),

,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), 1, 2, 3, 4, 5, 6 7 8 PSpice EWB,, ,,,,,, (41) ( e f f e c t ), ( c u r r e n t ) ( p o t e n t i a l difference),, ( r e s i s t a n c e ) 2,,,,,,,, (41), (42) (42) ( 41) (Ohm s law), ( ),,,, (43) 94 (44)

More information

untitled

untitled Huvitz Digital Microscope HDS-5800 Dimensions unit : mm Huvitz Digital Microscope HDS-5800 HDS-MC HDS-SS50 HDS-TS50 SUPERIORITY Smart Optical Solutions for You! Huvitz Digital Microscope HDS-5800 Contents

More information

歯엑셀모델링

歯엑셀모델링 I II II III III I VBA Understanding Excel VBA - 'VB & VBA In a Nutshell' by Paul Lomax, October,1998 To enter code: Tools/Macro/visual basic editor At editor: Insert/Module Type code, then compile by:

More information

MAGIC-6004M_K

MAGIC-6004M_K Operation Manual 2 Way Stereo Combination Amplifier MAGIC-6004M POWER OFF MAGIC-6004M 1 2 MAGIC-6004M 1 2 3 4 CD / MP3 MP3 PLAYER STOP PLAY PAUSE SCAN REPT RAND EJECT TRACK DIRECTORY F1 21 20 19 18 17

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Dec.; 25(12),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Dec.; 25(12), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Dec.; 25(12), 12751283. http://dx.doi.org/10.5515/kjkiees.2014.25.12.1275 ISSN 1226-3133 (Print)ISSN 2288-226X (Online)

More information

- 2 -

- 2 - - 1 - - 2 - 전기자동차충전기기술기준 ( 안 ) - 3 - 1 3 1-1 3 1-2 (AC) 26 1-3 (DC) 31 2 37 3 40-4 - 1 14, 10,, 2 3. 1-1 1. (scope) 600 V (IEC 60038) 500 V. (EV : Electric Vehicle) (PHEV : Plug-in Hybrid EV).. 2. (normative

More information

CPX-E-SYS_BES_C_ _ k1

CPX-E-SYS_BES_C_ _ k1 CPX-E 8727 27-7 [875294] CPX-E-SYS-KO CODESYS, PI PROFIBUS PROFINET (). :, 2 Festo CPX-E-SYS-KO 27-7 ... 5.... 5.2... 5.3... 5.4... 5.5... 5 2... 6 2.... 6 2..... 6 2..2 CPX-E... 7 2..3 CPX-E... 9 2..4...

More information

Slide 1

Slide 1 Clock Jitter Effect for Testing Data Converters Jin-Soo Ko Teradyne 2007. 6. 29. 1 Contents Noise Sources of Testing Converter Calculation of SNR with Clock Jitter Minimum Clock Jitter for Testing N bit

More information

REVERSIBLE MOTOR 표지.gul

REVERSIBLE MOTOR 표지.gul REVERSIBLE MOTOR NEW H-SERIES REVERSIBLE MOTOR H-EX Series LEAD WIRE w RH 1PHASE 4 POLE PERFORMANCE DATA (DUTY : Min.) MOTOR OUTPUT VOLTAGE (V) FREQUENCY (Hz) INPUT CURRENT (ma) RATING SPEED (rpm) STARTING

More information

24 GHz 1Tx 2Rx FMCW ADAS(Advanced Driver Assistance System).,,,. 24 GHz,, [1] [4]. 65-nm CMOS FMCW 24 GHz FMCW.. 송수신기설계 1 1Tx 2Rx FMCW (Local Oscillat

24 GHz 1Tx 2Rx FMCW ADAS(Advanced Driver Assistance System).,,,. 24 GHz,, [1] [4]. 65-nm CMOS FMCW 24 GHz FMCW.. 송수신기설계 1 1Tx 2Rx FMCW (Local Oscillat THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Oct.; 29(10), 758 765. http://dx.doi.org/10.5515/kjkiees.2018.29.10.758 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) 24

More information

untitled

untitled CAN BUS RS232 Line Ethernet CAN H/W FIFO RS232 FIFO IP ARP CAN S/W FIFO TERMINAL Emulator COMMAND Interpreter ICMP TCP UDP PROTOCOL Converter TELNET DHCP C2E SW1 CAN RS232 RJ45 Power

More information

<4D F736F F F696E74202D20BEC6B3AFB7CEB1D7B9D7C6C4BFF64943BFF6C5A9BCA55F FBEC8B1E6C3CA2E707074>

<4D F736F F F696E74202D20BEC6B3AFB7CEB1D7B9D7C6C4BFF64943BFF6C5A9BCA55F FBEC8B1E6C3CA2E707074> 아날로그및파워 IC 워크샵 저전력아날로그 IC 설계기술 서강대학교전자공학과안길초 Contents 2 1 2 Introduction Low-Power Design Techniques 3 Conclusions 1. Introduction 3 Why Low-Power? (1) 4 Increasing demand for mobile applications Longer

More information

LIDAR와 영상 Data Fusion에 의한 건물 자동추출

LIDAR와 영상 Data Fusion에 의한 건물 자동추출 i ii iii iv v vi vii 1 2 3 4 Image Processing Image Pyramid Edge Detection Epipolar Image Image Matching LIDAR + Photo Cross correlation Least Squares Epipolar Line Matching Low Level High Level Space

More information

歯AG-MX70P한글매뉴얼.PDF

歯AG-MX70P한글매뉴얼.PDF 120 V AC, 50/60 Hz : 52 W (with no optional accessories installed), indicates safety information. 70 W (with all optional accessories installed) : : (WxHxD) : : 41 F to 104 F (+ 5 C to + 40 C) Less than

More information

서보교육자료배포용.ppt

서보교육자료배포용.ppt 1. 2. 3. 4. 1. ; + - & (22kW ) 1. ; 1975 1980 1985 1990 1995 2000 DC AC (Ferrite) (NdFeB; ) /, Hybrid Power Thyrister TR IGBT IPM Analog Digital 16 bit 32 bit DSP RISC Dip SMD(Surface Mount Device) P,

More information

5. Kapitel URE neu

5. Kapitel URE neu URE Fuses for Semiconductor Protection European-British Standard Standards: IEC 60 269-4 BS 88-4 Class: ar Voltage ratings: AC 240 V AC 700 V Current ratings: 5 A 900 A Features / Benefits High interrupting

More information

untitled

untitled (Rev. 1.6) 1 1. MagicLAN.......8 1.1............8 1.2........8 1.3 MagicLAN.......10 2.........12 2.1.... 12 2.2 12 2.3....12 3. Windows 98SE/ME/2000/XP......13 3.1.....13 3.2 Windows 98SE.... 13 3.3 Windows

More information

BJFHOMINQJPS.hwp

BJFHOMINQJPS.hwp 제1 과목 : 디지털 전자회로 1. 다음 회로의 출력전류 Ic 의 안정에 대한 설명 중 옳지 않은 것 Ie를 크게 해치지 않는 범위 내에서 Re 가 크면 클수록 좋 출력파형이 크게 일그러지지 않는 범위 내에서 β 가 크면 클수록 좋 게르마늄 트랜지스터에서 Ico가 Ic 의 안정에 가장 큰 영향을 준 Rc는 Ic 의 안정에 큰 영향을 준 6. 비동기식 모드 (mode)-13

More information

i - ii - iii - iv - 1 - 2 - 3 - 4 - 5 - 6 - 7 - φ λ 8 - 9 - 10 - δ ⁸ δ max max max 11 -../data/1 data_directory ---- 1 top output_file_head(fohead) ---- 2 4 number_of_channel ---- 3 VV VH HV HH output_channel_head

More information

IM-20 4 5 6 7 8 9 10 11 12 Power On Power Off 13 1 4 15 16 17 18 19 20 21 22 23 24 25 26 2 7 28 29 30 31 3 2 Music Voice Settings Delete EQ Repeat LCD Contrast Auto OFF Rec Sample BackLight Return Normal

More information

untitled

untitled 1... 2 System... 3... 3.1... 3.2... 3.3... 4... 4.1... 5... 5.1... 5.2... 5.2.1... 5.3... 5.3.1 Modbus-TCP... 5.3.2 Modbus-RTU... 5.3.3 LS485... 5.4... 5.5... 5.5.1... 5.5.2... 5.6... 5.6.1... 5.6.2...

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Apr.; 29(4),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Apr.; 29(4), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Apr.; 29(4), 308 315. http://dx.doi.org/10.5515/kjkiees.2018.29.4.308 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) LFM

More information

M A J E S T I C S E R I E S AMPLIFIER M-500/700/1000 ELECTRICAL PARTS LIST (M-500/700/1000) Ref No. Part No. Description Value Qty M500 AMP B'D(4005187700) CR102 CR115-116 3509101231-A CAP CE B 100PF

More information

2005 7

2005 7 2005 7 ii 1 3 1...................... 3 2...................... 4 3.................... 6 4............................. 8 2 11 1........................... 11 2.................... 13 3......................

More information

GLHPS-D

GLHPS-D Digital Hot Plate & Stirrer GLHPS-D 글로벌랩의 제품을 구입하여 주셔서 감사드립니다. 제품을 사용하시기 전에 안전을 위한 준비사항 을 읽고 올바르게 사용해 주십시오. 이 사용설명서는 제품을 직접 사용하시는 분에게 보내어지도록 하여 주십시오. 사용 전 주의 사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 막기 위한 내용으로 반드시

More information

Siemens

Siemens SIEMENS () 2004 7 Updated 2004 DEC 09 1. 4 1.1 4 1.2 4 2. 5 2.1 5 2.2 6 2.3 6 2.4 7 3. 8 3.1 50/60 Hz DIP 8 4. 9 4.1 420 9 4.2 420 9 4.3 (CB) 10 5. / () 11 5.1 11 5.2 : P0003 12 6. 13 6.1 13 6.2 15 6.2.1

More information

π >> x=linspace(0,2*pi,30); >> y=sin(x); >> plot(x,y) π

π >> x=linspace(0,2*pi,30); >> y=sin(x); >> plot(x,y) π π >> x=linspace(,2*pi,3); >> y=sin(x); >> plot(x,y) - - - - - 2 3 4 5 6 7 π >> x=linspace(,2*pi,3); y=sin(x); z=cos(x); >> plot(x,y,x,z) - - - - - 2 3 4 5 6 7 >> x=linspace(,2*pi,3); y=sin(x); z=cos(x);

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 28(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 28(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2017 Jun.; 28(6), 459469. http://dx.doi.org/10.5515/kjkiees.2017.28.6.459 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) (W )

More information

°ø¾÷-01V36pš

°ø¾÷-01V36pš 2 3 4 5 6 ..2.3 3 (differential) (equation).. () d/d (). e 0.2 (, ), d/d 0.2e 0.2. e 0.2 (). ()., ().,.. (DE: differential equation). (tpe), (order), (linearit). (ODE: ordinar differential equation). (2).

More information

,.. 2, , 3.. 본론 2-1 가상잡음신호원생성원리, [8].,. 1.,,. 4 km (13.3 μs).,. 2 (PN code: Pseudo Noise co- 그림 2. Fig. 2. Pseudo noise code. de). (LFSR: Line

,.. 2, , 3.. 본론 2-1 가상잡음신호원생성원리, [8].,. 1.,,. 4 km (13.3 μs).,. 2 (PN code: Pseudo Noise co- 그림 2. Fig. 2. Pseudo noise code. de). (LFSR: Line THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Jun; 26(6), 546 554. http://dx.doi.org/10.5515/kjkiees.2015.26.6.546 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Proof-of-Concept

More information

거창전문대학훈령182.hwp

거창전문대학훈령182.hwp 거창전문대학 산학협력단 기자재 관리 및 운영규정을 다음과 같이 발령한다. 경남도립 거창전문대학장 오 원 석 2007년 10월 18일 거창전문대학 훈령 제182호 거창전문대학 산학협력단 기자재 운영 및 관리규정 제1장 총 칙 제1조 (목적) 이 규정은 거창전문대학 산학협력단 기자재 관리 및 운영에 관한 사항을 규정함을 목적으로 한다. 제2조 (정의) 이 규정에서

More information

CPX-E-EC_BES_C_ _ k1

CPX-E-EC_BES_C_ _ k1 CPX-E CPX-E-EC EtherCAT 8071155 2017-07 [8075310] CPX-E-EC CPX-E-EC-KO EtherCAT, TwinCAT (). :, 2 Festo CPX-E-EC-KO 2017-07 CPX-E-EC 1... 4 1.1... 4 1.2... 4 1.3... 4 1.4... 5 1.5... 5 2... 6 2.1... 6

More information

-. Data Field 의, 개수, data 등으로구성되며, 각 에따라구성이달라집니다. -. Data 모든 의 data는 2byte로구성됩니다. Data Type는 Integer, Float형에따라다르게처리됩니다. ( 부호가없는 data 0~65535 까지부호가있는

-. Data Field 의, 개수, data 등으로구성되며, 각 에따라구성이달라집니다. -. Data 모든 의 data는 2byte로구성됩니다. Data Type는 Integer, Float형에따라다르게처리됩니다. ( 부호가없는 data 0~65535 까지부호가있는 Dong Yang E&P 인버터 Modbus Monitoring Protocol 2018. 08. 27 Sun Spec (Modbus-RTU) -. Modbus Protocol 각 Field에대한설명 Frame갂의구별을위한최소한의시갂 BaudRate 9600에서 1bit 젂송시갂은 Start 0.104msec, (3.5 character Times, 1 Character

More information

디지털공학 5판 7-8장

디지털공학 5판 7-8장 Flip-Flops c h a p t e r 07 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 7.9 7.10 7.11 292 flip flop Q Q Q 1 Q 0 set ON preset Q 0 Q 1 resetoff clear Q Q 1 2 SET RESET SET RESET 7 1 crossednand SET RESET SET RESET

More information

한글사용설명서

한글사용설명서 ph 2-Point (Probe) ph (Probe) ON/OFF ON ph ph ( BUFFER ) CAL CLEAR 1PT ph SELECT BUFFER ENTER, (Probe) CAL 1PT2PT (identify) SELECT BUFFER ENTER, (Probe), (Probe), ph (7pH)30 2 1 2 ph ph, ph 3, (,, ) ON

More information

HiGEN FDA7000 Content Oct. 05, 2005 Changwon, Korea Elevator Tet Tower A B Elevator Motor Parking Sytem Tet Tower 963 977 Elevator 986 995 LG 997 Capa 43 People 2,37 m² 523,200/ 998 LG (LGLG) 998 LG Elevator

More information

08.hwp

08.hwp 박 기 식 여주대학 토목과 (2001. 10. 24. 접수 / 2002. 6. 14. 채택) A Study on the Longitudinal Vibration of Finite Elastic Medium using Laboratory Test Ki-Shik Park Department of Civil Engineering, Yeojoo Institute of

More information

<453A5C736F6E67616D656E675CBBE7BFEBBCB3B8EDBCAD26C4ABB4D9B7CF2E2E2E>

<453A5C736F6E67616D656E675CBBE7BFEBBCB3B8EDBCAD26C4ABB4D9B7CF2E2E2E> 휴대용가스누설검지기 사 용 설 명 서 Model SP-210 측정가스 : 천연가스, 일반가연성가스, 도시가스/LPG 측정범위 : 10~10,000ppm Note 측정기기를 작동하기 전에 이 사용설명서를 주의 깊게 읽으십시오. 이 사용설명서를 필요시 언제라도 이용할 수 있는 곳에 보관하십시오. 이 가스측정기는 여기에 기술되지 않은 그 밖의 목적으로 사용할 수

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 29(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 29(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Jun.; 29(6), 415423. http://dx.doi.org/10.5515/kjkiees.2018.29.6.415 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

Evaluation System 3ALogics RSK 300 RSK 300 Evaluation System 3ALogics Inc 경기도성남시분당구수내동 9-4 현대오피스 7층 TEL : (82)-(31) FAX : (82)-(31)-

Evaluation System 3ALogics RSK 300 RSK 300 Evaluation System 3ALogics Inc 경기도성남시분당구수내동 9-4 현대오피스 7층 TEL : (82)-(31) FAX : (82)-(31)- RSK 300 Evaluation System 3ALogics Inc. 463-783 경기도성남시분당구수내동 9-4 현대오피스 7층 TEL : (82)-(31)-715-7117 FAX : (82)-(31)-719-7551 e-mail : rfid@3alogics.com 홈페이지 : http://www.3alogics.com 페이지 1 1. General information

More information

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS

- 이 문서는 삼성전자의 기술 자산으로 승인자만이 사용할 수 있습니다 Part Picture Description 5. R emove the memory by pushing the fixed-tap out and Remove the WLAN Antenna. 6. INS [Caution] Attention to red sentence 3-1. Disassembly and Reassembly R520/ 1 2 1 1. As shown in picture, adhere Knob to the end closely into the arrow direction(1), then push the battery up (2). 2. Picture

More information

歯TC프로그래밍매뉴얼

歯TC프로그래밍매뉴얼 Turning Center (TC) HX - Programming Manual Serial No. : PG-20011119 HX - Programming Manual Turning Center (TC) 1...!. 2 (Program)...19 3 (G )...33 4 (Interpolation Functions)...37 5 (Feed Function)...73

More information

H3050(aap)

H3050(aap) USB Windows 7/ Vista 2 Windows XP English 1 2 3 4 Installation A. Headset B. Transmitter C. USB charging cable D. 3.5mm to USB audio cable - Before using the headset needs to be fully charged. -Connect

More information

윤활유 개발 동향 및 연구 사례

윤활유 개발 동향 및 연구 사례 0.3% 3.4% 40,530 4.9% 71,000 4,414 '00 '06 '10 HMC KMC ( ( 195 ( 125 ( ( ( EUROPE ASIA N. AMERICA AFRICA Hyundai Kia S. AMERICA Overseas Plant India OCEANIA : 300,000 Turkey : 200,000 China : 500,000 U.S.A

More information

0922 Monitor22...._kor_1

0922 Monitor22...._kor_1 본 사용설명서는 사용자가 언제라도 볼 수 있는 장소에 보관하십시오. TV튜너의 내장으로, 모니터 기능외에 TV로도 사용할 수 있는 모니터입니다. 좁은 공간도 효율적으로 이용할 수 있는 Slim하고 Simple한 디자인. 인체공학적인 디자인으로 사용 편리성 제고. 와이드형 TFT LCD 패널의 채용으로 넓은 화면의 구현. 최대 해상도 680 x 050(WSXGA+)지원.

More information

D102005X0KR_May18

D102005X0KR_May18 846 Fisher 846 -... 2... 2... 2... 5... 6... 7... 8... 8... 10... 14... 14... 15... 15... 16 :,... 18 :,... 18 :,... 19 4 ~ 12mA... 19 12 ~ 20mA... 19 :,... 20 :,... 20 :,... 21 4 ~ 12mA... 21 12 ~ 20mA...

More information

(Transer Function) X(w) Y(w) H(w) Y(w) X(w) H ( w) φ H(w) H(w) X(w) Y(w). Vo ( w) H v ( w) V ( w) I o( w) H i ( w) I ( w) V ( w) H z ( w) I ( w) I ( w

(Transer Function) X(w) Y(w) H(w) Y(w) X(w) H ( w) φ H(w) H(w) X(w) Y(w). Vo ( w) H v ( w) V ( w) I o( w) H i ( w) I ( w) V ( w) H z ( w) I ( w) I ( w 4 Bode plot( ) Pspice The McGraw-Hill Copanies, Inc.,? A(j) db A db. A 3 db,, ΘG(), L 9 o 8. o L H H (rad/s) (rad/s) : 3 3 : 35~ The McGraw-Hill Copanies, Inc., (Transer Function) X(w) Y(w) H(w) Y(w) X(w)

More information

A 001~A 036

A 001~A 036 4 3 2 0 8 91 0 1 2 3 4 5 6 08 09 00 01 02 03 04 18 19 10 29 20 22 23 39 30 31 32 33 48 49 40 41 59 50 69 1 2 3 4 1 2 3 4 1 4 7 10 13 1 2 3 4 5 6 rev. C C r C a f h f h L h h nrpm f h f n L C 3 P L

More information

DWCOM15/17_manual

DWCOM15/17_manual TFT-LCD MONITOR High resolution DWCOM15/17 DIGITAL WINDOW COMMUNICATION DIGITAL WINDOW COMMUNICATION 2 2 3 5 7 7 7 6 (Class B) Microsoft, Windows and Windows NT Microsoft VESA, DPMS and DDC Video Electronic

More information

hapter_ i i 8 // // 8 8 J i 9K i? 9 i > A i A i 8 8 KW i i i W hapter_ a x y x y x y a /()/()=[W] b a b // // // x x L A r L A A L L A G // // // // /

hapter_ i i 8 // // 8 8 J i 9K i? 9 i > A i A i 8 8 KW i i i W hapter_ a x y x y x y a /()/()=[W] b a b // // // x x L A r L A A L L A G // // // // / A p p e n d i x Notation hapter_ i i 8 // // 8 8 J i 9K i? 9 i > A i A i 8 8 KW i i i W hapter_ a x y x y x y a /()/()=[W] b a b // // // x x L A r L A A L L A G // // // // // // // 8 b hapter_ hapter_

More information

8-VSB (Vestigial Sideband Modulation)., (Carrier Phase Offset, CPO) (Timing Frequency Offset),. VSB, 8-PAM(pulse amplitude modulation,, ) DC 1.25V, [2

8-VSB (Vestigial Sideband Modulation)., (Carrier Phase Offset, CPO) (Timing Frequency Offset),. VSB, 8-PAM(pulse amplitude modulation,, ) DC 1.25V, [2 VSB a), a) An Alternative Carrier Phase Independent Symbol Timing Offset Estimation Methods for VSB Receivers Sung Soo Shin a) and Joon Tae Kim a) VSB. VSB.,,., VSB,. Abstract In this paper, we propose

More information

INDUCTION MOTOR 표지.gul

INDUCTION MOTOR 표지.gul INDUCTION MOTOR NEW HSERIES INDUCTION MOTOR HEX Series LEAD WIRE TYPE w IH 1PHASE 4 POLE PERFORMANCE DATA (DUTY : CONTINUOUS) MOTOR TYPE IHPF10 IHPF11 IHPF IHPF22 IHPFN1U IHPFN2C OUTPUT 4 VOLTAGE

More information

歯A1.1함진호.ppt

歯A1.1함진호.ppt The Overall Architecture of Optical Internet ETRI ? ? Payload Header Header Recognition Processing, and Generation A 1 setup 1 1 C B 2 2 2 Delay line Synchronizer New Header D - : 20Km/sec, 1µsec200 A

More information

1 Nov-03 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology

1   Nov-03 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology 1 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology wwwcstcom wwwcst-koreacokr 2 1 Create a new project 2 Model the structure 3 Define the Port 4 Define the Frequency

More information