Usually, control systems and signal processing go hand in hand. The same methods are used in both disciplines. The former uses these methods for designing systems, and the latter uses these methods for analysing systems. Hence they can be done under the umbrella of the control system framework as well.
The main distinction that can come is in the signal processing part. Algorithms such as DFT, FFT are usually only used for signal processing. Hence we may need a separate package for signal processing and control systems if there is some interest to move in that direction. On Fri, Jan 31, 2020 at 4:26 PM S.Y. Lee <[email protected]> wrote: > I'm not sure that pole_zero_plots, z-transforms are the stuff that are > purely signal processing project. > Can they be done under the umbrella of the control systems framework? > But of course they can be similar in the nature. > > On Thursday, January 23, 2020 at 2:16:08 PM UTC+9, Chanakya Ajit Ekbote > wrote: >> >> I feel that a new package that focuses on signal processing is required >> in SymPy as there are a lot of functionalities that SymPy provides that are >> not present in other conventional signal processing libraries. Please refer >> to the discussion: >> https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/sympy/bRmTmiPYe5I/Wu7FABFtAwAJ >> as well as the PR #18419: https://github.com/sympy/sympy/pull/18419. >> >> ------------------------------ >> *Disclaimer: *This email and any files transmitted with it are >> confidential and intended solely for the use of the individual or entity to >> whom they are addressed. If you have received this email in error please >> notify the system manager. This message contains confidential information >> and is intended only for the individual named. If you are not the named >> addressee you should not disseminate, distribute or copy this e-mail. >> Please notify the sender immediately by e-mail if you have received this >> e-mail by mistake and delete this e-mail from your system. If you are not >> the intended recipient you are notified that disclosing, copying, >> distributing or taking any action in reliance on the contents of this >> information is strictly prohibited. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/d156cf91-7e4e-45e2-ba35-f652455557a0%40googlegroups.com > <https://groups.google.com/d/msgid/sympy/d156cf91-7e4e-45e2-ba35-f652455557a0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- *Disclaimer: *This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAEFxknw4ri4U2Apg_pvkv8MwD1fO49ckcqKUKDkHmgrQ15_H6Q%40mail.gmail.com.
