You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to simulate a circuit with a speaker, my understanding is that I would need to create a custom component. In the audio world, speakers are described with what is called a .zma file which provides the impedance and phase for a given list of frequencies. It is usually a list of around 400 measurements between 20Hz and 20kHz
Example: Freq,Z,Phase
20,40,-12
40,80,-18
etc
What would be the easiest way to implement a custom element which would rely on this list of known values?