Statistica
0 Domande
                        7 Risposte
RANK
3.857
                          
                          
of 300.381
                        
REPUTAZIONE
14
                           
                        
CONTRIBUTI
                          0 Domande
                          7 Risposte
ACCETTAZIONE DELLE RISPOSTE 
                            0.00%
                        
VOTI RICEVUTI
1
RANK
of 168.477
CONTRIBUTI
                            0 Problemi
                            0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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/...
oltre 6 anni fa | 0
| accettato
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...
oltre 6 anni fa | 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...
oltre 6 anni fa | 0
Harmonic to noise ratio calculation
You can look into this link for this. https://www.mathworks.com/help/signal/ref/snr.html
oltre 6 anni fa | 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 = ...
oltre 6 anni fa | 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...
oltre 6 anni fa | 0
| accettato
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...
oltre 6 anni fa | 1
| accettato


