# Common Emitter Configuration

In electronics, a common-emitter amplifier is one of three basic single-stage bipolar-junction-transistor (BJT) amplifier topologies, typically used as the voltage amplifier.

In this circuit the base terminal of the transistor serves as the input, the collector is the output, and the emitter is common to both (for example, it may be tied to ground reference or a power supply rail), hence its name.

![](https://2889346953-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Le4Kw7maZEabKFjsC7z%2F-Lf5hWWAPXrS6pkg310z%2F-Lf5hcUh-LYiw5VX_eLs%2FNPN_common_emitter.png?generation=1558112023726541\&alt=media)

![](https://2889346953-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Le4Kw7maZEabKFjsC7z%2F-Lf5hWWAPXrS6pkg310z%2F-Lf5hcUjTFeddUgaMvAF%2FCommon_emitter_configuration.png?generation=1558112024176921\&alt=media)

A change in base current $$\Delta I\_B$$ produces a corresponding change in collector current, $$\Delta I\_C$$, and the common emitter gain $$\beta$$ is then defined by

$$
\beta = \frac{\text{Change in collector current}} {\text{Change in base current}} = \frac{\Delta I\_C}{\Delta I\_B} |*{V*{CE}\text{ = CONSTANT}}
$$

之所以讲`共射电路`，是因为后面大多数时候我们能遇到的电路都是这个，而且后面知识的大体框架是一样的，只是细节不一样


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yingshaoxo.gitbook.io/university-notes/analog-electronics/amplifying-circuit/common_emitter_configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
