Chinmay Anand
Followers: 0 Following: 0
Statistiques
0 Questions
7 Réponses
RANG
3 690
of 295 569
RÉPUTATION
14
CONTRIBUTIONS
0 Questions
7 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
1
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
How to clip a sine wave on both side in SIMULINK?
You can use use saturation block for this. Go through this link on how to use it https://www.mathworks.com/help/simulink/slref/...
plus de 5 ans il y a | 0
| A accepté
How to add errors when standard deviation is given?
Check out this answer https://www.mathworks.com/matlabcentral/answers/115070-adding-noise-with-certain-standard-deviation-to-un...
plus de 5 ans il y a | 0
How to make the spectrogram function output the actual frequencies instead of the normalized ones?
I think this answer will be helpful for you. https://www.mathworks.com/matlabcentral/answers/265969-how-to-understand-spectrogr...
plus de 5 ans il y a | 0
Harmonic to noise ratio calculation
You can look into this link for this. https://www.mathworks.com/help/signal/ref/snr.html
plus de 5 ans il y a | 0
cell data into different doubles
[row,col] = size(A); % row and col containing size of A ( A is the cell matrix ) for i=1:row for j=1:col mat = ...
plus de 5 ans il y a | 0
how to disable the random partition in cvpartition?
Hi, I think if you don't want randomized data you can partition the data yourself. Something like what i have written below. t...
plus de 5 ans il y a | 0
| A accepté
How to resize a system window
open_system('vdp'); set_param(gcs,'location',[47 100 1500 800]); You can use the above code to change the screen size which is...
plus de 5 ans il y a | 1
| A accepté