Statistik
0 Fragen
97 Antworten
RANG
1.195
of 295.495
REPUTATION
58
BEITRÄGE
0 Fragen
97 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
5
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
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...
3 Tage vor | 0
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...
3 Tage vor | 0
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...
3 Tage vor | 0
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...
3 Tage vor | 0
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 ...
3 Tage vor | 0
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” ...
4 Tage vor | 0
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...
5 Tage vor | 0
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...
etwa ein Monat vor | 0
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...
etwa 2 Monate vor | 0
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...
etwa 2 Monate vor | 1
| akzeptiert
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
| akzeptiert
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 1
How can I find the maximum frequency component of an audio signal? I have used the following code so please tell me how can I point out the max freq component by the graph of abs(xfft)? If there is any other way to find it, do share it. Thanks!
Hi maham, To find the maximum frequency component of an audio signal, you can follow these steps: Load the audio file and perf...
5 Monate vor | 0
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 Monate vor | 0
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 Monate vor | 0