photo

Shivam Kumar Singh

MathWorks

Last seen: environ 4 ans il y a Actif depuis 2020

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.

Statistiques

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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

environ 4 ans il y a | 1

| A accepté

Réponse apportée
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...

environ 4 ans il y a | 1

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
Gamma Gamma channel generation in matlab
Gamrnd function will be of help. Documentation: https://www.mathworks.com/help/stats/gamrnd.html

environ 4 ans il y a | 0

Réponse apportée
Unable to install add-on
To install new toolboxes, rerun the MATLAB installer to add any additional products not currently included in your installation....

environ 4 ans il y a | 1

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
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...

environ 4 ans il y a | 0

Réponse apportée
design linear phase fir
This documentation might help you in your goal. https://www.mathworks.com/help/signal/ug/fir-filter-design.html

environ 4 ans il y a | 0

| A accepté

Réponse apportée
Multilabel classification in MATLAB
Hey Shivani, I understand that you want to implement multi-label classification using Matlab. Please find the details of Classi...

environ 4 ans il y a | 0