XSpice-Zosilňovač: Rozdiel medzi revíziami

Z Kiwiki
Skočit na navigaci Skočit na vyhledávání
d
 
(12 medziľahlých úprav od jedného ďalšieho používateľa nie je zobrazených)
Riadok 1: Riadok 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Simulácie a modelovanie]]
 
[[Category:Simulácie a modelovanie]]
{| border="0"
+
{{Simulacia_modelovanie_2|2}}
|-valign="top"
+
{|class="wikitable"
|  
+
| align="center" width=105 | [[File:xspice_gain.png ]]
{|  style="color:green;background-color:#ffffcc;border=0" width=150
+
| align="center" width=105 |
| [[File:xspice_gain.png ]]
+
| align="center" width=105 |
|}
+
| align="center" width=105 |  
||  
+
| align="center" width=105 |  
{|
+
| align="center" width=105 |
| width=550 border="0" | [http://193.87.70.141/~pf/wiki_upload/sym/gain.sym GAIN] je XSpice blok s konštantným zosilnením.
+
|-
 +
| align="center" width=105 | '''GAIN'''
 +
| align="center" width=105 |
 +
| align="center" width=105 |
 +
| align="center" width=105 |
 +
| align="center" width=105 |
 +
| align="center" width=105 |
 +
|-
 +
|}
  
 +
{| width=700  border="0"
 
|-
 
|-
|}
+
| '''GAIN''' je základný XSpice blok konštantného zosilnenia pre použitie v DC, AC a TRAN analýze.
|-
+
 
 +
Ku vstupnej hodnote ''in'' je možné pripočítať konštantné posunutie ''in_offset'', táto hodnota sa násobí zosilnením bloku ''gain''. Výstupnú hodnotu ''out'' je možné posunúť o konštantnú hodnotu ''out_offset''.
 
|}
 
|}
  
  
''' Attribute list '''
+
'''Prenosová funkcia / Transfer function'''
 +
 
 +
:<math>  out = \left( in + in\_offset \right) *gain + out\_offset </math>
 +
 
 +
 
 +
'''Príklady / Examples'''
 +
 
 +
{|class="wikitable"
 +
| align="center" width=220 | [[Súbor:gain_sch.png | 200px ]]
 +
| align="center" width=220 | [[Súbor:gain_tran.png | 200px ]]
 +
| align="center" width=220 |
 +
|-
 +
| align="center" width=220 | Zapojenie komponentu
 +
| align="center" width=220 | Transient analýza
 +
| align="center" width=220 |
 +
|-
 +
|}
 +
 
 +
 
 +
''' Zoznam atribútov / Attribute list'''
  
 
{| class="wikitable"   
 
{| class="wikitable"   
 
  ! width="100" | Name  
 
  ! width="100" | Name  
  ! width="350" | Value
+
  ! width="350" | Default value
 
  ! width="50"  | Visible  
 
  ! width="50"  | Visible  
 
  ! width="150"  | Show  
 
  ! width="150"  | Show  
 
  |-  
 
  |-  
| '''device'''
+
| ''device''
 
| SPICE
 
| SPICE
 
| <center> N </center>  
 
| <center> N </center>  
 
| <center> NAME+VALUE </center>  
 
| <center> NAME+VALUE </center>  
 
|-   
 
|-   
| '''refdes'''
+
| ''refdes''
 
| A?
 
| A?
 
| <center> Y </center>  
 
| <center> Y </center>  
 
| <center> NAME </center>  
 
| <center> NAME </center>  
 
|-   
 
|-   
| '''value'''
+
| ''value''
 
| GAIN
 
| GAIN
 
| <center> N </center>  
 
| <center> N </center>  
 
| <center> NAME+VALUE </center>  
 
| <center> NAME+VALUE </center>  
 
|-   
 
|-   
| '''description'''
+
| ''description''
 
| XSPICE simple gain block
 
| XSPICE simple gain block
 
| <center> N </center>  
 
| <center> N </center>  
 
| <center> NAME+VALUE </center>  
 
| <center> NAME+VALUE </center>  
 
|-   
 
|-   
| '''in_offset'''
+
| ''in_offset''
 
| 0.0
 
| 0.0
 
| <center> N </center>  
 
| <center> N </center>  
 
| <center> NAME+VALUE </center>  
 
| <center> NAME+VALUE </center>  
 
|-   
 
|-   
| '''out_offset'''
+
| ''out_offset''
 
| 0.0
 
| 0.0
 
| <center> N </center>  
 
| <center> N </center>  
 
| <center> NAME+VALUE </center>  
 
| <center> NAME+VALUE </center>  
 
|-   
 
|-   
| '''gain'''
+
| ''gain''
 
| 1.0
 
| 1.0
 
| <center> Y </center>  
 
| <center> Y </center>  
Riadok 61: Riadok 90:
 
|-   
 
|-   
 
|}
 
|}
 +
 +
 +
'''Odkazy a literatúra / References'''
 +
<references/>

Aktuálna revízia z 21:56, 22. marec 2013

Xspice gain.png
GAIN
GAIN je základný XSpice blok konštantného zosilnenia pre použitie v DC, AC a TRAN analýze.

Ku vstupnej hodnote in je možné pripočítať konštantné posunutie in_offset, táto hodnota sa násobí zosilnením bloku gain. Výstupnú hodnotu out je možné posunúť o konštantnú hodnotu out_offset.


Prenosová funkcia / Transfer function

[math] out = \left( in + in\_offset \right) *gain + out\_offset [/math]


Príklady / Examples

Gain sch.png Gain tran.png
Zapojenie komponentu Transient analýza


Zoznam atribútov / Attribute list

Name Default value Visible Show
device SPICE
N
NAME+VALUE
refdes A?
Y
NAME
value GAIN
N
NAME+VALUE
description XSPICE simple gain block
N
NAME+VALUE
in_offset 0.0
N
NAME+VALUE
out_offset 0.0
N
NAME+VALUE
gain 1.0
Y
NAME


Odkazy a literatúra / References