• 통합검색(945)
  • 리포트(597)
  • 논문(328)
  • 시험자료(13)
  • 방송통신대(4)
  • 자기소개서(2)
  • ppt테마(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"Input-Output table" 검색결과 701-720 / 945건

  • [논리회로실험]실험1예비보고서 Basic Gates
    을 취한다.Review Question실험 방법 (1)에서처럼 2-input gate를 이용하여 3-input OR, NAND, NOR gate를 실험하려 한다. 각각의 logic ... diagram을 그려라.3-input OR gateBoolean equation : A + B + C = X3-input NAND gateBoolean equation :X = (A·B ... ·C)’= A’+ B’+ C’3-input NOR gateBoolean equation :X = (A + B + C)’=A’· B’ ·C’실험 (3)의 logic diagram
    리포트 | 7페이지 | 1,000원 | 등록일 2010.04.12
  • Open/Closed Loop gain, Phase/Gain margin, SNR, THD, SFDR, SNDR 조사
    한 상황에서 회로의 output/input을 구하면 된다..2. Closed-loop gainClosed-loop gain은 feedback회로 전체의 gain을 의미한다. 따라서 ... feedback회로의 input voltage로 output voltage를 나눠주면 구할 수 있다.이러한 feedback회로의 경우는가 된다.3. Loop gainLoop gain ... margin은 amplifier의 open loop gain과 closed loop gain이 같은 주파수에서 측정된다. 모든 amp에서 output signal의 input signal
    리포트 | 4페이지 | 5,000원 | 등록일 2010.11.05 | 수정일 2024.01.04
  • 멀티바이브레이터
    , as shown in Figure 1-(b). The circuit output is normally in its stable state (). When an input ... has no stable output state, as shown in Figure 1-(a). The circuit output switches back and forth ... is often referred to as a free-running multivibrator.[Figure ] Multivibrator input/output
    리포트 | 3페이지 | 1,000원 | 등록일 2009.11.06
  • 전기전자기초실험 Flip-flop and Counter Design 결과보고서
    ounter based on that knowledge.중략..-Result1. Refer to the table and waveform written during the ... master and slave are consist of JK flip-flop so that it operates same by input value of J and K ... . Master/Slave flip-flop has the form of slave connecting with output part of master. So output of master
    리포트 | 12페이지 | 1,000원 | 등록일 2009.09.08
  • 예비결과(설계2), 200820126, 안효중, 정주익, 9조
    ) 를 GND에 연결하고, negative input (B)를 output (F)에 연결한다.c) C1=0.1uF 커패시터를 output (F)와 GND 사이에 연결한다. ... /V로 한다.① DC operation- Setup:a) 전원 전압 = ± 7.5 V, R1=220kΩ, R2=∞, C2=0pF으로 설정한다.b) Positive input (A ... 을 측정한다. 이 때 closed-loop gain 은 얼마인지 구해본다.c) Output overshoot을 측정한다. 그리고 C1을 없애고 다시 overshoot을 측정
    리포트 | 12페이지 | 3,000원 | 등록일 2012.08.26
  • VHDL-Pre lab - Mux and DeMUX
    ---------------------1. 실험 목적2. 실험 이론지식 Mux and DEMUX3. Design a 2x1 MUX- describe its input output ... signals- describe its functional behaviors- write VHDL codes- make a input/output pin assignment ... the TTL databook- describe its input output signals- describe its functional behaviors- write VHDL c
    리포트 | 13페이지 | 2,000원 | 등록일 2009.06.29
  • verilog 4bit alu
    );input A,B,S0,S1;output X,Y;assign X=A;assign Y=(B&S0)|(~B&S1);endmodulemodule halfadder(A,B,S,C ... );input A,B;output S,C;assign S=A^B;assign C=A&B;endmodulemodule fulladder(A,B,C_in,S,C_out);input A,B,C ... ;endmodulemodule arth4(A,B,C_in,S0,S1,C_out,G);input [3:0]A;input [3:0]B;input C_in,S0,S1;output C
    리포트 | 5페이지 | 1,000원 | 등록일 2009.12.23
  • 연세대 전기전자 기초실험 09년도 레포트 결과 8 Basic Logic Circuit Design
    ------------------------demux_1_to_4 + Timing Analyzerthere are some hazard at output Y (00->01, 01 ... assign input/output pins to FPGA, its arrangement was different to our code. So we changed ... arrangement [3:0] to [0:3] at input, and it operated correctly.module SEGMENT (I, S);input[0:3]I;output[0:6
    리포트 | 5페이지 | 1,000원 | 등록일 2009.12.17
  • 제출용 Microwave 파형측정
    )(단위:mm)10464030.18Table 1.mode일 때 Cut-off wave length, 입사 전 Microwave의 파장,진동수이론적 배경 가.에 따르면 대체로 1 ... Gunn diode와 Isolator의 input부분을 연결하였을 때Fig.3-3과 Fig.6을 비교해 보았을 때 동일한 위치에서 파의 진폭이 30mV에서 25mV로 줄어들 ... 가. Microwave나. Guided waveWave guide안에서는 TE-mode 혹은 TM-mode 파형을 진행시킨다. 주어진 실험 장치에서는 입사 안테나의 구조 때문에 TE-mode
    리포트 | 12페이지 | 4,000원 | 등록일 2012.10.20
  • [디지털시스템][회로설계]Car Simulator 회로설계 및 검증
    2. input : ACC[1-bit], BRAKE[1-bit], CLK[1-bit], RESET[1-bit]3. output : SPEED[2-bit]■ 주의 사항1. 레지스터 ... 는 Reset 기능과 clock에 동기화됨.2. 모든 레지스터는 직접 구현해야 함.3. State Diagram, Truth table 작성해야 함.4. Mealy, Moore 방식 모두 구현.
    리포트 | 15페이지 | 13,000원 | 등록일 2010.01.13
  • [디지털시스템][회로설계]Car simulator 회로설계 및 검증
    2. input : ACC[1-bit], BRAKE[1-bit], CLK[1-bit], RESET[1-bit]3. output : SPEED[2-bit]■ 주의 사항1. 레지스터 ... 는 Reset 기능과 clock에 동기화됨.2. 모든 레지스터는 직접 구현해야 함.3. State Diagram, Truth table 작성해야 함.4. Mealy, Moore 방식 모두 구현.
    리포트 | 8페이지 | 13,000원 | 등록일 2010.01.13
  • 연세대학교 전기전자 기초실험 09년도 A+ 레포트 결과 11
    ) DesignDepartmentYearStudnt IDClassTeamNameI. Result of Experiment1. state transition table and state map.Table 11-1 ... then velocity is decreased.Fig 11-6. Traffic light controller4. Designing traffic light controllerTable ... 0S000The table above is initial transition table of the Fig 11-3. for applying Row Matching Method
    리포트 | 14페이지 | 1,000원 | 등록일 2009.12.17
  • [디지털시스템][회로설계]car simulator
    2. input : ACC[1-bit], BRAKE[1-bit], CLK[1-bit], RESET[1-bit]3. output : SPEED[2-bit]■ 주의 사항1. 레지스터 ... 는 Reset 기능과 clock에 동기화됨.2. 모든 레지스터는 직접 구현해야 함.3. State Diagram, Truth table 작성해야 함.4. Mealy, Moore 방식 모두 구현.
    리포트 | 5페이지 | 13,000원 | 등록일 2010.01.13
  • GAMS_프로그램_테이터 분석_예제와 분제풀이에 관한 기초 발표자료
    After RUN . gms : input file . lst : output file LEVEL = solve value ( 수렴값 , 원하는 값 )Modeling of ... problems . GAMS is available for use on computers . Takes care of the time-consuming details of the ... , complex, one-of-a-kind problems which may require many revisions to establish an accurate model. The
    리포트 | 27페이지 | 1,500원 | 등록일 2011.06.01
  • [디지털시스템][회로설계]Car simulator 회로설계 및 검증
    2. input : ACC[1-bit], BRAKE[1-bit], CLK[1-bit], RESET[1-bit]3. output : SPEED[2-bit]■ 주의 사항1. 레지스터 ... 는 Reset 기능과 clock에 동기화됨.2. 모든 레지스터는 직접 구현해야 함.3. State Diagram, Truth table 작성해야 함.4. Mealy, Moore 방식 모두 구현.
    리포트 | 4페이지 | 13,000원 | 등록일 2010.01.13
  • 전기전자기초실험 Flip-flop and Counter Design 예비보고서
    hanges from 1 to 0, and the outputs Q and Q bar cannot go into the Master flip-flop's inputs until the c ... lock signal for a similarly arranged D flip-flop (remembering to invert the output to the input), you ... incorporating latches has state; its output may depend not only on its current input, but also on
    리포트 | 11페이지 | 1,000원 | 등록일 2009.09.08
  • 효율적인 웹 서비스 컴포지션 검색을 위한 RDBMS 기반의 선 계산 기법
    Ont5 Ont2 2 Temperature ID Operation Input Output 1 CityToZipcode City Zipcode 2 WeatherInfo Zipcode ... Input Output DM E1 1 2 City Weather 0 E2 1 3 City Temperature 0 E3 2 4 Zipcode SportsOK 0 E4 3 4 ... Class ID : Ont4 City Class ID : Ont5 Temperature exact plug-in subsumes ClassID Parent LV Term Ont1
    리포트 | 14페이지 | 1,000원 | 등록일 2010.05.24
  • 전기전자기초실험-Basic Logic Circuit Design예비
    gate-> NAND gate-> NOR gate-> AND gate , OR gate② Design XOR gate with 2 input AND, OR, NAND, NOR, NOT ... output indicates a digital circuit rather than analog.ECL : In electronics, emitter-coupled logic, or ... boolean algebra equation from T/F table.-> Half adderA = XYB = X xor Y = X'Y + XY'Full adderA = XY + YC
    리포트 | 6페이지 | 1,000원 | 등록일 2010.10.31
  • 실험 4. 멀티플렉서와 디멀티플렉서( Multiplexer & Demultiplexer)
    에 대해 설명하시오.7413874HC138은 3-input 8-output decoder 로서 3개의 입력과 8개의 출력단을 가지고 있는 가장 기본적인 Decoder 회로를 보여주 ... 를 이용해 D0와 D1 중 어떤 것을 통과시키고(pass) 차단할(clear) 것인가를 결정할 수 있다.Y=A ? S + B ? S 'SY0B1A< Truth Table>→ S ... 는 스위치의 역할)(2) 다음 회로도의 Tri-state buffer와 inverter를 결선하여 2x1 Mux를 설계해 보시오.※ 도움말: Buffer는 High or Low의 2
    리포트 | 3페이지 | 2,000원 | 등록일 2012.03.11
  • 곱셈기설계레포트&발표자료
    input 7-Segment output w x y z sign g' a b c d e f g decimal # 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 1 0 1 1 ... 은 LED 가 ON 되었음 출력 값에 인버터를 하나 더 연결하여 출력 값이 반대로 나오게 함 ◆ 두 번째 실패원인◆ 세 번째 실패원인 input 7-Segment output w x y ... # 로 표현되는 곱셈기를 설계하는 것 부호 7- segment a' f' g' b' e' c' d' Number 7-segment a f g b e c dTruth table
    리포트 | 9페이지 | 1,500원 | 등록일 2010.10.04
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2025년 08월 08일 금요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
7:08 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 캐시를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감