photo

Pratik


Last seen: Today Active since 2023

Followers: 1   Following: 2

Statistics

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Recognize speaker using MFCC and Kmean
Hi Nhat, I understand that you want to identify speaker using MFCC Feature and KMean Algorithm. Unfortunately it will not be p...

5 hours ago | 0

Answered
MFCC feature extraction of speech
Hi Zohreh, 'mfcc' function can be used to extract MFCC feature of speech signal. Please refer to the documentation of 'mfcc' t...

5 hours ago | 0

Answered
feature extraction using mfcc
Hi Hassan, Please refer to the documentation of 'mfcc' to understand usage of 'mfcc' function: www.mathworks.com/help/audio/re...

5 hours ago | 0

Answered
mfcc extraction of speech signal
Hi, The error is occuring because the size of the array y is 100000 but the script is trying to acess the 10001th element which...

8 hours ago | 0

Answered
DO NOT attribute "Run as administrator" for Matlab compiled executables
Hi Mohammad, I understand that you want to run the MATLAB compiled executable without admin privileges. 1) Install the MCR by ...

10 hours ago | 0

Answered
How to call the refresh custom code in c caller block from command line?
Hey Ajay, There is no direct API to access the refresh button; however the refresh occurs automatically when using “get_param” ...

1 day ago | 0

Answered
How to have two plot in the same, each plot is the rusult of a specific function
Hi Matteo, I understand that there is an error of Error using nexttile The layout does not have sufficient space. in the ab...

2 days ago | 0

Answered
What are the key differences between generating C code as grt.tlc versus grt_malloc.tlc?
Hi Alec, Please refer to the following documentation to understand the key differences between between generating C code as grt...

1 month ago | 0

Answered
How to link simulink model to GUIDE interface?
HI Shubham, I understand that you want to display your simulink model result on GUIDE interface. The query looks similar to th...

2 months ago | 0

Answered
code folding in live scripts
Hi, I understand that you want to know if code folding in live scripts is possible or not. Unfortunately, for now this feature...

2 months ago | 1

| accepted

Answered
polyspce code prover rules
Hi li, Polyspace Bug Finder is the recommended tool for checking MISRA C:2012. All MISRA C:2012 rules can be checked by Polyspa...

3 months ago | 0

Answered
electric field distribution above the contour as continuous lines ?
Hi Mary, To represent the electric field distribution as continuous lines instead of arrows, you can use the streamline() funct...

3 months ago | 0

Answered
No line number in Bug Finder report
Hi Anupama, In MATLAB R2023b and beyond, for the line number to appear in the exported results, the analysis has to be run via ...

3 months ago | 0

Answered
Change x- and y-axis description in multcompare()
Hi Annika, I understand that the title, and the description of the of the plot need to be changed. Following code snippet can ...

3 months ago | 0

| accepted

Answered
why do I receive PSB option menu block block (mask) does not have a parameter named 'MechanicalLoad'
Hi Zhang, It will be difficult to figure out the root cause of the issue without acess to the full model and the version in whi...

4 months ago | 0

Answered
How to resolve "failed to generate all binary outputs" error while creating s-function for ultrasonic sensor using NewPing?
Hi Ramkumar, From what can be understood from the error message, some particular system object is using the "NewPing.cpp" file ...

4 months ago | 0

Answered
Tone.cpp multiple definition error, R2018b. Arduino, Simulink.
Hi Euan, From what can be understood from the error message, some particular system object is using the "NewPing.cpp" file wh...

4 months ago | 0

Answered
failed to generate binary outputs when deploy on hardware
Hi Kang, From what can be understood from the error message, some particular system object is using the "NewPing.cpp" file wh...

4 months ago | 0

Answered
ERRO WHEN RUN ON HARDWARE TARGET TESTING ULTRASONIC SENSOR (SR-04)
Hi Duong, From what can be understood from the error message, some particular system object is using the "NewPing.cpp" file w...

4 months ago | 0

Answered
Error simulink external mode
Hi David, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find ...

4 months ago | 0

Answered
When the model is compiled, the error message "error of 2" is displayed
Hi Chen, From what I can understand from the error message, compiler is not able to identify "memcpy" function. Including "<s...

4 months ago | 0

Answered
How to solve "No rule to make target `rtiostream_utils.c' " error while building model in Simulink?
Hi Tautvydas, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't f...

4 months ago | 0

Answered
gmake: *** No rule to make target `spacemouse.obj', needed by...
Hi John, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find t...

4 months ago | 0

Answered
error by similink external mode : gmake: *** No rule to make target `FAST_SFunc.obj', needed by `../OpenLoop.rxw64'. Stop.
Hi David, The error "No rule to make target" is typically thrown by the make/gmake build automation tool because it can't find ...

4 months ago | 0

Answered
Coder C2000 for simulink. Error >> gmake: *** No rule to make target (...) needed by `MW_c28xx_csl.obj'.
Hi Pablo, The error comes from gmake command. Looking at the error message a possible reason for the error can be the special c...

5 months ago | 0

Answered
Dot Indexing is not supported for variable of this type EEG PROCESSING
Hi Shuping, I understand that you are facing error of "Dot Indexing is not supported", without the code used and steps to repro...

5 months ago | 0

Answered
system(command) execution of software fail on MatLab R2020b
Hi Kevin, A possible reason for the error you are facing is that Matlab prioritizes its own mpiexec over Microsoft's. To verify...

5 months ago | 1

Answered
How to plot simple fft of a shifted time series?
Hi Kelsey, To plot the FFT of a shifted time series and understand its behavior, it is important to ensure that the time and fr...

5 months ago | 0

Answered
Why do I see the error message "unable to resolve this name 'slcontrollib.internal.siginject.perturbationType.ADD'"
Hi Kavya, From what I can understand, you are facing the error of "unable to resolve this name". It is a bit difficult to pinp...

5 months ago | 0

Load more