How to get data sets for anfis and ann controller
Show older comments
i want to get the data sets for speed control of electric vehicle having dc motor.
I have tried earlier with pid controller (which was tuned) ,But now i want to take some data from hardware .
Answers (1)
Raag
2 minutes ago
0 votes
Hi,
It is my understanding that you are looking to obtain datasets for speed control of an electric vehicle with a DC motor, preferably from hardware rather than relying solely on simulation with a tuned PID controller.
If your goal is to gather your own measurements, MATLAB and Simulink provide several ways to interface with hardware. Using Data Acquisition Toolbox, you can capture motor speed, current, and voltage from sensors connected to your test setup. For embedded platforms such as Arduino, Raspberry Pi, or similar motor‑driver boards, the respective support packages allow you to log signals directly during operation. If you want to use the collected data for controller design or analysis, tools like System Identification Toolbox can help build plant models from the measured responses.
If you are instead looking for existing datasets, these are typically available through academic publications, institutional datasets, or community‑shared resources. MATLAB File Exchange may also contain user‑contributed examples related to DC motor control or EV modeling.
For more details, refer:
- Data Acquisition Toolbox: https://www.mathworks.com/help/daq/
- System Identification Toolbox: https://www.mathworks.com/help/ident/
- File Exchange: https://www.mathworks.com/matlabcentral/fileexchange/
Categories
Find more on Green Vehicles in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!