How to get the database block in MATLAB Simulink?

조회 수: 3 (최근 30일)
Meemanage Sathsara
Meemanage Sathsara 2022년 9월 16일
답변: Rohit Kulkarni 2023년 8월 30일
I'm designing voice recognistion system using simulink and i want add input database block for the block diagram. How can i do it?

답변 (1개)

Rohit Kulkarni
Rohit Kulkarni 2023년 8월 30일
To add an input database block to your Simulink block diagram for a voice recognition system, you can follow these steps:
1. Open your Simulink model or create a new one.
2. In the Simulink Library Browser, navigate to the "Sources" category.
3. Expand the "Sources" category and locate the "From Multimedia File" block.
4. Drag and drop the "From Multimedia File" block onto your block diagram.
5. Double-click on the "From Multimedia File" block to open its parameters dialog box.
6. In the parameters dialog box, specify the path and name of your input database file containing the voice samples. Make sure the file format is compatible with the block (e.g., WAV, MP3, etc.).
7. Connect the output of the "From Multimedia File" block to the rest of your voice recognition system in the block diagram.
8. Save your Simulink model.
By adding the "From Multimedia File" block and configuring its parameters, you can incorporate an input database into your Simulink block diagram for the voice recognition system.
Hope it helps!

카테고리

Help CenterFile Exchange에서 Reporting and Database Access에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by