Shivam Kumar Singh
MathWorks
Followers: 0 Following: 0
I work at Mathworks India Pvt. Ltd.
DISCLAIMER: Any advice or opinion stated here are my own, and in no way reflect that of Mathworks.
Feeds
已回答
How to convert a square wave to frequency domain in Matlab or simulink
You can use fft() function in Matlab. https://www.mathworks.com/help/matlab/ref/fft.html
How to convert a square wave to frequency domain in Matlab or simulink
You can use fft() function in Matlab. https://www.mathworks.com/help/matlab/ref/fft.html
4 years 前 | 1
| 已接受
已回答
How to add files directly from Google Drive to MATLAB online?
As far as I am aware, there are no APIs to do this currently. However, you can use a file stored in dropbox in matlab. There are...
How to add files directly from Google Drive to MATLAB online?
As far as I am aware, there are no APIs to do this currently. However, you can use a file stored in dropbox in matlab. There are...
4 years 前 | 1
已回答
how can i perform matched filtering using fft in matlab to improve the SNR?
Let's assume that s is your signal in time domain. There are two ways of creating a matched filter. 1.Do it youself. b = c...
how can i perform matched filtering using fft in matlab to improve the SNR?
Let's assume that s is your signal in time domain. There are two ways of creating a matched filter. 1.Do it youself. b = c...
4 years 前 | 0
已回答
Gamma Gamma channel generation in matlab
Gamrnd function will be of help. Documentation: https://www.mathworks.com/help/stats/gamrnd.html
Gamma Gamma channel generation in matlab
Gamrnd function will be of help. Documentation: https://www.mathworks.com/help/stats/gamrnd.html
4 years 前 | 0
已回答
Unable to install add-on
To install new toolboxes, rerun the MATLAB installer to add any additional products not currently included in your installation....
Unable to install add-on
To install new toolboxes, rerun the MATLAB installer to add any additional products not currently included in your installation....
4 years 前 | 1
已回答
How to change regularization parameter in SVM GUI?
By my understanding you want to train a SVM for classification with regularization. fitclinear command creates a linear classifi...
How to change regularization parameter in SVM GUI?
By my understanding you want to train a SVM for classification with regularization. fitclinear command creates a linear classifi...
4 years 前 | 0
已回答
Problem occuring while installing matlab
There are a couple of reasons why you may be getting this error. Please try the following steps to resolve the issue: This er...
Problem occuring while installing matlab
There are a couple of reasons why you may be getting this error. Please try the following steps to resolve the issue: This er...
4 years 前 | 0
已回答
calculating power of a random variable following any distribution (specifically Gamma Gamma distribution)
Assuming that by power you mean Mean Squared value of the distribution. You can use mean(x.^2) Notice .^ and not ^. It mea...
calculating power of a random variable following any distribution (specifically Gamma Gamma distribution)
Assuming that by power you mean Mean Squared value of the distribution. You can use mean(x.^2) Notice .^ and not ^. It mea...
4 years 前 | 0
已回答
design linear phase fir
This documentation might help you in your goal. https://www.mathworks.com/help/signal/ug/fir-filter-design.html
design linear phase fir
This documentation might help you in your goal. https://www.mathworks.com/help/signal/ug/fir-filter-design.html
4 years 前 | 0
| 已接受
已回答
Multilabel classification in MATLAB
Hey Shivani, I understand that you want to implement multi-label classification using Matlab. Please find the details of Classi...
Multilabel classification in MATLAB
Hey Shivani, I understand that you want to implement multi-label classification using Matlab. Please find the details of Classi...
4 years 前 | 0