photo

Suraj Kumar


Last seen: 3 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
118 Respuestas

CLASIFICACIÓN
1.186
of 300.365

REPUTACIÓN
62

CONTRIBUCIONES
0 Preguntas
118 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
9

CLASIFICACIÓN
 of 20.933

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.262

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to programmatically create Simulink.Parameter object from nested bus in data dictionary?
Hi Steven, To programmatically create Simulink.Parameter object from a nested bus in data dictionary, please refer to the follo...

4 meses hace | 0

Respondida
HOW TO ANALYSE PHASE COHERENCE OF TWO RESPONSE WAVEFORMS IN ASCII FORMAT?
Hi @Aishwarya, To analyse the phase coherence of two response waveforms in ASCII format, please refer to the steps mentioned be...

4 meses hace | 0

Respondida
Does there exists a built in block in Simulink audio tool to design analog electronic PCB with feedback mechanism ?
Hi Savi, As of now there is no built-in block in Simulink Audio Toolbox to design analog electronic PCBs with feedback mechanis...

4 meses hace | 0

Respondida
How do I obtain a "normal" PCM Signal?
Hi Austin, Actually, the PCM signal you’re looking for isn’t a serial stream of bits or a set of square pulses. Rather, it’s th...

4 meses hace | 0

Respondida
How to make the spectrum of two spikes?
Hi Maria, To perform spectral analysis on spike trains in MATLAB, you can start by creating a time series that represents your ...

4 meses hace | 0

Respondida
Triangular wave form with skew and delay period
Hi Karthik, To generate a triangular waveform with a specified skew and delay period in MATLAB, we should initially define the ...

7 meses hace | 0

Respondida
MATLAB - Signal Noise Ratio
Hi @long le, To estimate the delay ( k ) in a received signal that is a noisy, attenuated, and delayed version of a damped sine...

7 meses hace | 0

Respondida
digital filters and DFT
Hi Jone, To design a length-19 FIR lowpass filter using frequency sampling and the inverse FFT without using 'fir2', you can re...

7 meses hace | 0

Respondida
why are the scalogram coefficients given in a table rather than matrix?
Hi Lucrezia, To extract the scalogram coefficients which are stored in table format and convert them into a matrix format, you ...

7 meses hace | 0

Respondida
How to image de-noise whit (Wavelet) using dwt3 and idwt3
Hi Lech, To extend your 2D wavelet denoising approach to 3D using 'dwt3' and 'idwt3', we will need to adjust the code to handle...

7 meses hace | 0

Respondida
Replace characters in strings that meet a condition
Hi Paul, To replace the characters 'HH' in the strings we can use logical indexing with the contains function to identify which...

7 meses hace | 0

| aceptada

Respondida
Sampled signal spectrum ?
Hi Nabil, To plot the spectrum of a sampled signal in MATLAB, we can use the Fast Fourier Transform (FFT) to convert the time-d...

7 meses hace | 0

Respondida
extracting data from wavelet
Hi Devi, To extract variance data from a wavelet plot in MATLAB, we can start by computing the Continuous Wavelet Transform (CW...

7 meses hace | 0

Respondida
How to determine onset and offset for a continuous data?
Hi Lim, To determine the onset and offset of peaks for each cycle in sinusoidal-like continuos data, you can go through the fol...

7 meses hace | 0

Respondida
discrete wavelet transform (DWT)
Hi Barney, To perform a discrete wavelet transform (DWT) on a signal with a sampling frequency of 6 Hz you can go refer to the ...

7 meses hace | 0

Respondida
Error of extraction the text in DWT
Hi Ei Sandar, To resolve the issues that you are facing with extracting the message using the Discrete Wavelet Transform (DWT) ...

7 meses hace | 0

Respondida
Inverse the accidental add of time-shifted version of my audio signal
Hi Maria, I understand you're trying to recover your original audio signal ( x(n) ) from the combined signal ( z(n) = x(n) + x(...

7 meses hace | 0

Respondida
How to includ/plot the local maxima date on a plot?
Hi Wolfgang, From what I understand you want to plot the local maxima, annotate them with their corresponding dates and highlig...

7 meses hace | 0

Respondida
How to generate a square wave with specif values
Hi Edoardo, To generate a square wave in MATLAB that starts at a baseline value c0 and reaches a maximum value of c0 + Vmax, yo...

7 meses hace | 0

Respondida
Convolve a chirp signal with a dirac (kronecker delta) function (1 at x=1 and x=-1 and -1 at x=0)
Hi Sam, The 'frest.Chirp' function in MATLAB is used to create a frequency response estimation input signal, specifically a chi...

7 meses hace | 0

Respondida
How to plot a cone of influence with the old CWT version?
Hi @Godspeed Sun, To plot the cone of influence(COI) with the old CWT version you can manually calculate the COI and then plot ...

7 meses hace | 0

Respondida
How to extract ENF from audio in matlab?
Hi @振贤 倪, The ENF is typically embedded in audio files due to the electromagnetic interference from power lines. Following ar...

7 meses hace | 0

Respondida
the axis in wavelet transform
Hi Eva, When you perform a wavelet transform (WT), such as the discrete wavelet transform (DWT) using the Daubechies wavelet ('...

7 meses hace | 0

Respondida
How to add delay
Hi @Mohamed Mahir, To introduce a delay between each DTMF signal generated by your Key_generator function, you can add a period...

7 meses hace | 0

Respondida
how to export plot from matlab2021a to excel using Mac
Hi @cheng li, To export a plot from MATLAB 2021a to Excel on a Mac, you can refer to the following steps and attached code snip...

8 meses hace | 0

Respondida
draw isodosecurve with contour code in matlab
Hi @zahra khodakarami, To draw isodose curves using the contour function in MATLAB, you can follow these steps and refer to the...

8 meses hace | 0

Respondida
CNN methods to convert one-dimensional network traffic that is .csv file into two-dimensional grayscale images
Hi @Sarkunavathi A, To convert one-dimensional network traffic data from a CSV file into two-dimensional grayscale images using...

8 meses hace | 0

Respondida
How to regrid from finer to coarser resolution?
Hi @SUDIPTA GHOSH, Based on my understanding your query is about regridding data from a finer resolution (1-degree by 1-degree)...

8 meses hace | 0

Respondida
How can i Reshape columns for 34400x202 table
Hi @Ömer Faruk Kilic, From what I understand you want to reshape the second matrix so that it matches the number of rows in the...

8 meses hace | 0

Respondida
How can I enter a variable disturbance as a matrix input
Hi @Mohamed Amine TAIB, To include a variable disturbance in a MATLAB system, especially when dealing with state-space represen...

8 meses hace | 0

Cargar más