photo

Nayan

Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

I am an engineer at Engineering Development Group at MathWorks. My responsibility is to provide the best support for application like Signal/Audio Processing, Machine Learning and Deep Learning. Disclaimer: Any advice or opinions here are my own, and in no way reflect that of MathWorks

Estadística

  • 3 Month Streak
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Proof of convergence for fmincon
Hi theOptimizer, MATLAB's “fmincon()” function implements several algorithms. MATLAB will choose automatically the best possib...

más de 1 año hace | 0

Respondida
How to create low pass filter to remove the signal greater than 40pi?
As I understand, your problem requires a low pass filtering frequency range from "0-40pi". For this, you are using the filter de...

más de 1 año hace | 0

Respondida
Why I can't use the hhspectrum
Hi, I would suggest you refer to the following link for the Hilbert-Huang transform:- Hilbert-Huang transform For any error ...

más de 1 año hace | 0

Respondida
How to remove false positives in audio classification?
Hi I understand that the problem is with the excessive number of "False Positives" in the classification of footsteps from wood...

más de 1 año hace | 1

| aceptada

Respondida
Reproducing 'pspectrum' using 'periodogram'
As I understand it you would like to understand the working of "pspectrum(x)". I would suggest you to note down the following po...

más de 1 año hace | 0

Respondida
How to eliminate periodic frequencies (line processing) from image and what parameters to use?
Hi, As I understand, you would like to perform fence removal from the image. My research and exploration have found that deep-...

más de 1 año hace | 1

Respondida
Spectrogram computed on the Bark scale
Hi As I understand, you need to find the spectrogram on the bark-scale. This can be achieved by the following steps :- Read th...

más de 1 año hace | 0

Respondida
How can i use Discrete wavelet transform (DWT) on a matrix
Hi As I understand you want to perfrom discrete wavelet transform on a matrix. This can be performed using dwt2(X,wname). For ...

más de 1 año hace | 0

Respondida
How to Fourier Phase Scramble a specific area of an image?
Hi, As I understand you need to perform phase scrambling on the image. Phase scrambling is a technique used in signal processin...

más de 1 año hace | 2

| aceptada

Respondida
1-day ahead Load forecasting using AR and ARX models
Hi, As I understand you are trying to train an order AR(1) model for forecasting from historical electricity load data. To desi...

más de 1 año hace | 0

Respondida
How to obtain the uncertainties in the obtained fitting parameters from the confidence bounds in the curve fitting toolbox?
Hi The uncertainty of a fitted parameter can be estimated from the confidence bounds obtained from the Curve Fitting Toolbox in...

más de 1 año hace | 0

| aceptada

Respondida
How to scramble an image using Gyrator transform? matlab code?
Hi Though the gyrator transform is not directly available in MATLAB. You could use the FFT and permutation matrix. Find the a...

más de 1 año hace | 1

| aceptada

Respondida
How to use Nadam optimizer in training deep neural networks
Hi I assume you want to use "adam" optimizer in place "sgdm". You need to simply replace the "sgdm" key with "adam" keyword. o...

más de 1 año hace | 0

Respondida
Invalid training data. Predictors must be a N-by-1 cell array of sequences, where N is the number of sequences. All sequences must have the same feature dimension and at least
Hi, I reproduced the exact error with a test .txt file. The code is failing at the line net = trainNetwork(sequences,responses...

más de 1 año hace | 0

Respondida
Trying to divide a 3D Scatter plot into grid to count number of colored points in each grid cell
Hi, As, I understand, you are required to find the area of the heart with the most isochronal crowding (defined as the region w...

más de 1 año hace | 0

Respondida
GANs not scaling up or down
Hi, GANs makes use of two network namely generator and descriminator. To train GANs with images a convolutional neural network...

más de 1 año hace | 0

Respondida
How to select samples to leave out when building my regression model and automate it
Hey NCA As described above, I would suggest you to perform k-Fold Cross Validation. K-Fold Cross Validation helps in splitting...

más de 1 año hace | 0

| aceptada

Respondida
How is data characterised as 'spatial or temporal' in the context of neural networks?
Hey Nikolas Katsaros, As your error suggests, the input data to your fullyConnectedLayer has both spatial and temporal dimensio...

más de 1 año hace | 0

| aceptada

Respondida
How to calculate and plot the power spectral density of complex envelope
Hey Emmanuela, As I understand you want to calculate the and plot the power spectral density of complex envelop. I would sugg...

más de 1 año hace | 0

| aceptada

Respondida
Simple Simulink model on fuel valve using first order system without PID Controller for an aircraft system
Hey Phuntsog As I understand you want to design a fuel valve using a first order system. I would suggest you to refer to Implem...

más de 1 año hace | 0

| aceptada

Respondida
neural network in Matlab: vectors at output instead of a single concrete number
Hey Mary, As I understand from your description, you want to design a neural network that outputs two set of vectors for a giv...

más de 1 año hace | 0