U
    Hvf                  4   @   s   d dl Z ddlmZ dddddd	d
dddddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/d0d1d2d3d4d5d6d7g4Zd8d9 Zd:d; ZdS )<    N   )_ltisysZltiZdltiZTransferFunctionZZerosPolesGainZ
StateSpaceZlsimZlsim2ZimpulseZimpulse2stepZstep2ZbodeZfreqrespZplace_polesZdlsimZdstepZdimpulseZ	dfreqrespZdbodeZs_qrZ	integrateZinterpolateZlinalgZinterp1dZtf2zpkZzpk2tf	normalizeZfreqsZfreqzZ	freqs_zpkZ	freqz_zpkZtf2ssZabcd_normalizeZss2tfZzpk2ssZss2zpkZcont2discreteZ
atleast_1dZ
atleast_2dZsqueezeZ	transposeZ
zeros_likeZlinspaceZ
nan_to_numZLinearTimeInvariantZTransferFunctionContinuousZTransferFunctionDiscreteZZerosPolesGainContinuousZZerosPolesGainDiscreteZStateSpaceContinuousZStateSpaceDiscreteZBunchc                   C   s   t S )N)__all__ r   r   7/tmp/pip-unpacked-wheel-96ln3f52/scipy/signal/ltisys.py__dir__   s    r	   c                 C   s:   | t krtd|  dtjd|  dtdd tt| S )Nz7scipy.signal.ltisys is deprecated and has no attribute z&. Try looking in scipy.signal instead.zPlease use `zW` from the `scipy.signal` namespace, the `scipy.signal.ltisys` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )namer   r   r   __getattr__   s    
 r   )r    r   r   r	   r   r   r   r   r   <module>   sp                                           