File:Lc-kreis f force 1000 R p 4000.svg

From Wikimedia Commons, the free media repository

Jump to: navigation, search

Lc-kreis_f_force_1000_R_p_4000.svg(SVG file, nominally 900 × 450 pixels, file size: 62 KB)

Contents

[edit] Summary

Description
Date
Source

Own work

Author

Biezl

Permission
(Reusing this image)
See below.
Other versions Image:Lc-kreis f force 1100 R p 4000.svg

[edit] GNU Octave

% Biezl 2008
%
% Eingang Strom, Ausgang Spannung
 
 
f_res = 1000. % 1. kHz
f_force = 1005. % 1.1 kHz
% f_res = 1 / (2*pi*sqrt(L*C))
% C = 1/L * 1/(2*pi*f_res)^2
 
L = 20.e-3 % 20. mH
%C = 1.25e-6 % 1.25 uF
C = 1/L * 1/(2*pi*f_res)^2
R_p = 4000. % Ohm
 
i_max = 10.e-3 % 10 mA
 
% tStep = 1000*f_res
tStep = 25.e-6 % 50 us
 
 
steps = 40 * 40 % 40 Waves
 
iErregung = i_max * sin(2*pi*f_force*tStep*(0:1:steps-1));
offset = 100;
iErregung = [zeros(1, offset), iErregung];
% Speichergrößen
 
I_L = 0;
U_C = 0;
 
dataU_C = zeros(1, steps+offset);
 
for i=offset:1:steps+offset-1
 
 
  I_C = iErregung(1, i+1) - I_L - U_C/R_p;
 
  deltaU_C = I_C * tStep/C;
 
  U_C = deltaU_C + U_C;
  U_L = U_C;
  deltaI_L = U_L * tStep/L;
 
  %U_C = deltaU_C + U_C; % ???
  I_L = deltaI_L + I_L;
 
  %U_C
  dataU_C(1, i+1) = U_C;
 
end
 
 
plot((0:1:steps+offset-1)*tStep*1000., iErregung*1000., ";Erregung in mA;", \
    (0:1:steps+offset-1)*tStep*1000., dataU_C, ";Antwort in V;");
 
filename = sprintf( "./lc-kreis_f_force_%i_R_p_%i.ps", f_force, R_p);
printf(filename)
print(filename, "-dps2", "-landscape");
 
 
pause

[edit] Post processing

Inkscape logo 2.svg

This vector image was created with Inkscape.

[edit] Licensing

Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.


Afrikaans | Alemannisch | Aragonés | العربية | Asturianu | Azərbaycan | Беларуская (тарашкевіца) | Български | Català | Cebuano | Soranî / کوردی | Česky | Cymraeg | Dansk | Deutsch | Ελληνικά | English | Esperanto | Español | Eesti | Euskara | Estremeñu | فارسی | Suomi | Français | Galego | עברית | हिन्दी | Hrvatski | Magyar | Հայերեն | Bahasa Indonesia | Ido | Íslenska | Italiano | 日本語 | ქართული | ភាសាខ្មែរ | 한국어 | Ripoarisch | Kurdî / كوردی | Latina | Lietuvių | Latviešu | 文言 | Македонски | Bahasa Melayu | Plattdüütsch | Nederlands | ‪Norsk (nynorsk)‬ | ‪Norsk (bokmål)‬ | Polski | Português | Română | Русский | Slovenčina | Slovenščina | Shqip | Српски / Srpski | Svenska | ไทย | Tagalog | Türkçe | Українська | Vèneto | Tiếng Việt | Walon | 吴语 | 中文 | ‪中文(简体)‬ | ‪中文(繁體)‬ | 粵語 | +/−

Information icon.svg The categories of this image should be checked. Check them now!
  • Remove redundant categories and try to put this image in the most specific category/categories
  • Remove this template

Afrikaans | Alemannisch | Català | Česky | Dansk | Deutsch | Deutsch (Sie-Form) | English | Español | Eesti | Suomi | Français | עברית | Հայերեն | Italiano | 日本語 | Македонски | Malti | Plattdüütsch | Nederlands | Polski | Português | Română | Русский | Slovenčina | ไทย | Vèneto | 中文 | +/−


Usage:

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current19:22, 4 September 2008Thumbnail for version as of 19:22, 4 September 2008900×450 (62 KB)Biezl (Talk | contribs) ({{Information |Description={{de|1=de:Einschwingvorgang}} |Source=Own work by uploader |Author=Biezl |Date= |Permission= |other_versions= }} {{Inkscape}} <!--{{ImageUpload|full}}-->)

There are no pages on Wikimedia Commons that link to this file. Some pages on other Wikimedia projects may link to it.

Global file usage

The following other wikis use this file: