DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦b167748db⟧ TextFile

    Length: 185 (0xb9)
    Types: TextFile
    Names: »INDSVING.MOD«

Derivation

└─⟦37cf4f704⟧ Bits:30003051 Dymos II - Modeller
    └─⟦this⟧ »MODEL2\INDSVING.MOD« 

TextFile

// Model : Indsving

func UL
  UC  := Q / C
  UR  := R * I
  return  U0*cos(2*pi*f*t) - UC - UR
endfunc

Q,I := rk4(I, UL/L, t)
t   := t + dt 

U:= U0*cos(2*pi*f*t)