o
    Eb                     @   s0   d dl Z ddlmZ g dZdd Zdd ZdS )	    N   )_ltisys)4Z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   5/usr/lib/python3/dist-packages/scipy/signal/ltisys.py__dir__   s   r	   c                 C   s:   | t v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>   s
   