Community Profile

photo

Shivam Kumar Singh

MathWorks

Last seen: 3 years ago Active since 2020

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.

Statistics

All
  • Knowledgeable Level 1
  • Promoter
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver
  • Revival Level 2
  • First Answer

View badges

Content Feed

View by

Answered
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

3 years ago | 1

| accepted

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

3 years ago | 1

Answered
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 ago | 0

Answered
Gamma Gamma channel generation in matlab
Gamrnd function will be of help. Documentation: https://www.mathworks.com/help/stats/gamrnd.html

4 years ago | 0

Answered
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 ago | 1

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

| accepted

Answered
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 ago | 0