May I ask which document is the least squares reference in the method option of the c2d function?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I pay more attention to which document the texture is referred to
0 commentaires
Réponses (1)
Khushi Yadav
le 30 Juin 2023
I understand that you would like to get more information on the “least-square” option of the “c2d” function.
The c2d function in MATLAB converts a continuous-time dynamic system to discrete time. It has several discretization methods including ‘least-squares.’ The ‘least-squares’ method is used for SISO (Single Input Single Output) systems only. It minimizes the error between the frequency responses of the continuous and discrete systems by least-squares minimization.
For more information, you can refer to the following documentation page:Continuous-Discrete Conversion Methods - MATLAB & Simulink - MathWorks India
Hope this addresses your question!
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!