photo

Chinmay Anand


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

MATLAB Answers

0 Fragen
7 Antworten

RANG
3.858
of 300.352

REPUTATION
14

BEITRÄGE
0 Fragen
7 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

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

  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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/...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

Beantwortet
Harmonic to noise ratio calculation
You can look into this link for this. https://www.mathworks.com/help/signal/ref/snr.html

mehr als 6 Jahre vor | 0

Beantwortet
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 = ...

mehr als 6 Jahre vor | 0

Beantwortet
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...

mehr als 6 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 6 Jahre vor | 1

| akzeptiert