-----How to set up a new opamp model to Ltspice XVII-----
1. Download the opamp macro model from its manufacturer.
2. Put .lib or .mod file of the opamp to C:\Users\Username\Documents\LTspiceXVII\lib\sub
3. Make.asy file of the opamp by using opamp2.asy and put it to
C:\Users\Username\Documents\LTspiceXVII\lib\sym
This is a comparison of open loop gain characteristic of LMH6702 between Ltspice XVII and Datasheet. The absolute values don't match but the relative value of the gain and phase and the position of poles are almost the same.
You can embed audio players on your blog and play audio files saved in your google drive by writing HTML5 tags as follows.
<audio controls="true" preload="auto"> <source src="******** "></source> Your browser doesn't support HTML5 audio. </audio> "********" is the link to your shared audio file in your google drive. But you need some modification to the link.
Let's say you get a shared link of your audio file in your google drive as
And then you copy it and paste into the HTML5 tags as follows.
<audio controls="true" preload="auto"> <source src="https://drive.google.com/uc?id=1WBDHfjE1vyQZlGRAt8hIZFcQsDBRBUHb"></source> Your browser doesn't support HTML5 audio. </audio>
You can hear a sound clip of Kookaburra.
(Please note that this shared file is a wav formatted file and Internet Explorer 11 doesn't support wav format. So you can not hear the sound on IE11.)