ファイル:Negative differential resistance.svg

ページのコンテンツが他言語でサポートされていません。
出典: フリー教科書『ウィキブックス(Wikibooks)』

元のファイル(SVG ファイル、524 × 478 ピクセル、ファイルサイズ: 52キロバイト)

このファイルはウィキメディア・コモンズから来ており、他のプロジェクトで使用されている可能性があります。 ウィキメディア・コモンズでのファイル解説ページにある説明を以下に示します。

概要

解説
English: The current-voltage or IV curve of a device with negative differential resistance. This type is called voltage controlled negative resistance (VCNR) or N-type because the graph is shaped vaguely like the letter N. The current increases with voltage (positive resistance), then decreases with voltage in the region of negative resistance, then increases with voltage again. Electronic devices with this type of negative resistance include tunnel diodes and Gunn diodes.

See Wikipedia graph-making tips.

Generated in gnuplot with the following script (save as gunn.gp and then open in gnuplot):

Then I postprocessed it with Inkscape
日付
原典 次の画像を基にした投稿者自身による著作物Negative differential resistance.png 次のものによる: Omegatron
作者
ベクタ:
SVG 開発
InfoField
 
このSVGのソースコードは正しい
 
この 統計図表Gnuplotで作成されました。
 
 このSVGファイルは埋込み文を用いており,テキストエディタを用いて容易に翻訳することができますいます。
ソースコード
InfoField

Gnuplot code

set samples 2001
set terminal svg
set output "gunn.svg"

# VI curve with negative differential resistance region
I(V) = (V/2.5-2)**3 + -2*(V/2.5-2) + 4

# Square plot ratio
set size square

# Set range of x and y axes
set xrange [0:10]
set yrange [0:10]

# Create axis tics every 20 numbers, so only the 0 is actually visible
set xtics 20
set ytics 20

# Use 10 axis minor divisions per major division, so there is a division for each integer, but they aren't labeled.
set mxtics 20
set mytics 20

# Axis labels
set xlabel "Voltage (V)"
set ylabel "Current (I)"

# VI curve's plotting style
set style line 1 lt 1 lw 2

# Dotted line style
set style line 2 lt 2 lw 1 
set style arrow 2 nohead ls 2

# Draw dotted lines
set arrow 1 from 3,5.3 to 3,7 as 2
set arrow 2 from 7,3.1 to 7,7 as 2

# Arrowheaded line style
set style line 4 lt 4 lw 1
set style arrow 4 head filled size screen 0.02,15,45 ls 4

# Draw arrows
set arrow 3 from 3.7,7 to 3,7 as 4
set arrow 4 from 6.3,7 to 7,7 as 4

# Label region
set label 1 "Negative differential \nresistance region" at 5,8 c

# Plot the filter response
plot I(x) ls 1 notitle

ライセンス

この作品の著作権者である私は、この作品を以下のライセンスで提供します。
GNU head この文書は、フリーソフトウェア財団発行のGNUフリー文書利用許諾書 (GNU Free Documentation License) 1.2またはそれ以降のバージョンの規約に基づき、複製や再配布、改変が許可されます。不可変更部分、表紙、背表紙はありません。このライセンスの複製は、GNUフリー文書利用許諾書という章に含まれています。
w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 3.0 非移植ライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
このライセンスのテンプレートは、GFDLのライセンス・アップデートによりこのファイルに追加されたものです。
w:ja:クリエイティブ・コモンズ
表示 継承
このファイルはクリエイティブ・コモンズ 表示-継承 2.5 一般2.0 一般1.0 一般のライセンスのもとに利用を許諾されています。
あなたは以下の条件に従う場合に限り、自由に
  • 共有 – 本作品を複製、頒布、展示、実演できます。
  • 再構成 – 二次的著作物を作成できます。
あなたの従うべき条件は以下の通りです。
  • 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
  • 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
あなたは上記のライセンスから、どれか一つ以上を選択できます。

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

21 12 2006

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2021年1月4日 (月) 16:592021年1月4日 (月) 16:59時点における版のサムネイル524 × 478 (52キロバイト)Amitchell125text fixed
2009年5月22日 (金) 15:292009年5月22日 (金) 15:29時点における版のサムネイル600 × 480 (16キロバイト)Zazou~commonswikiOops. Looks like I did something incompatible with WP's rendering engine.
2009年5月22日 (金) 15:282009年5月22日 (金) 15:28時点における版のサムネイル500 × 480 (9キロバイト)Zazou~commonswiki{{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }}
2006年12月21日 (木) 22:122006年12月21日 (木) 22:12時点における版のサムネイル600 × 480 (16キロバイト)Alejo2083fixed mistake
2006年12月21日 (木) 22:022006年12月21日 (木) 22:02時点における版のサムネイル600 × 480 (16キロバイト)Alejo2083bigger fonts
2006年12月21日 (木) 21:562006年12月21日 (木) 21:56時点における版のサムネイル600 × 480 (16キロバイト)Alejo2083{{Information |Description=''See Wikipedia graph-making tips.'' Generated in gnuplot with the following script (save as gunn.gp and then open in gnuplot): <pre> set samples 2001 s

このファイルを使用しているページはありません。

グローバルなファイル使用状況

以下に挙げる他のウィキがこの画像を使っています:

メタデータ