Difference between revisions of "Filter Pages and LTspice Goodies"

From LTwiki-Wiki for LTspice
Line 3: Line 3:
 
 The links go to an external site, for now, until I fully merge all the pages to blend in with LTwiki. The lists describing the contents of every folder is limited to enumeration and a simple description, details are in the links.
 
 The links go to an external site, for now, until I fully merge all the pages to blend in with LTwiki. The lists describing the contents of every folder is limited to enumeration and a simple description, details are in the links.
  
== [http://ltspicegoodies.ltwiki.org/0101.html [0101]] ==
+
== <div id="0101">[http://ltspicegoodies.ltwiki.org/0101.html [0101]]</div> ==
 
&emsp;This folder holds the following:
 
&emsp;This folder holds the following:
 
{|style="border-collapse:collapse;border:0;width:75%"
 
{|style="border-collapse:collapse;border:0;width:75%"
Line 37: Line 37:
 
|style="color:#007900"|<code>FFT</code>||actually a continuous-time Fourier decomposition, but <code style="color:green">FFT</code> is shorter
 
|style="color:#007900"|<code>FFT</code>||actually a continuous-time Fourier decomposition, but <code style="color:green">FFT</code> is shorter
 
|-
 
|-
|style="color:#007900"|<code>Filter</code>||a universal filter, [Filter_Pages_and_LTspice_Goodies:[0101]|separate]
+
|style="color:#007900"|<code>Filter</code>||a universal filter, [[#Filter|separate]]
 +
|style="color:#007900"|<code>FreqDet</code>||frequency detector
 +
|style="color:#007900"|<code>Gain</code>||a linear/dB gain/buffer with variable output resistance
 +
|style="color:#007900"|<code>Integ_r</code>||resettable integrator w/out external period control
 +
|style="color:#007900"|<code>LeadLag, LeadLag2</code>||two versions for a ''<code>&lt;-&pi;..&pi;&gt;</code>'' lead-lag control, w/out external control
 
|}
 
|}

Revision as of 04:54, 9 May 2014

Introduction

 The following links contain macro models built for LTspice with the purpose of turning large-scale simulations into block-level schematics, similar to hierarchy design but with predefined models. The domains of interest include, but are not limited to, power electronics ([Pwr]), digital devices ([0101]), mathematics equations ([Math]), filtering and control theory ([Filt]). In addition, there is one more model, Filter, that is made to be a sort of a universal filter for LTspice.  The links go to an external site, for now, until I fully merge all the pages to blend in with LTwiki. The lists describing the contents of every folder is limited to enumeration and a simple description, details are in the links.

 This folder holds the following:

ADC16 an asynchronous (max) 16bit ADC
Bin2Dec a binary to decimal translator
CNT16asy an asynchronous (max) 16bit counter
DAC16 a (max) 16bit DAC
Dec2Bin a decimal to binary translator
JKFLOP a behavioural JK flip-flop

[Filt]

 The contents of this folder is mixed filtering and control theory.

AGC an automatic gain controller w/out external frequency control
DeadTime dead-time
DeadZone dead-zone
Delay analog -- exp(-sT) -- or digital -- z-1 -- delay
Diff differentiator
FFT actually a continuous-time Fourier decomposition, but FFT is shorter
Filter a universal filter, separate FreqDet frequency detector Gain a linear/dB gain/buffer with variable output resistance Integ_r resettable integrator w/out external period control LeadLag, LeadLag2 two versions for a <-π..π> lead-lag control, w/out external control