
Hari
Followers: 0 Following: 0
Feeds
已回答
Convoultional coding (soft-decision)
Hi Ahmed, I understand that you are looking for a general formula and MATLAB code to implement convolutional coding with soft-d...
Convoultional coding (soft-decision)
Hi Ahmed, I understand that you are looking for a general formula and MATLAB code to implement convolutional coding with soft-d...
11 days 前 | 0
已回答
can anyone explain quantization index modulation code
Hi Vinay, I understand that you are looking to embed a watermark in an audio file using Quantization Index Modulation (QIM). I...
can anyone explain quantization index modulation code
Hi Vinay, I understand that you are looking to embed a watermark in an audio file using Quantization Index Modulation (QIM). I...
11 days 前 | 0
已回答
MATLAB example code explaination needed
Hi Sanjay, Here is the explanation for important parts the code contains: Understanding 'uint8=>uint8': This specifies the dat...
MATLAB example code explaination needed
Hi Sanjay, Here is the explanation for important parts the code contains: Understanding 'uint8=>uint8': This specifies the dat...
11 days 前 | 0
已回答
I want coding for feature extraction for ecg signal
Hi Saranya, I understand that you want to perform feature extraction on an ECG signal. Feature extraction in ECG signals typica...
I want coding for feature extraction for ecg signal
Hi Saranya, I understand that you want to perform feature extraction on an ECG signal. Feature extraction in ECG signals typica...
1 month 前 | 0
已回答
program for generating a signal giving pulse width and pulse repetition interval and perform fft for ontime signal using counter
Hi, I understand that you want to generate a pulse signal with specified “on” time (pulse width) and “off” time (pulse repetiti...
program for generating a signal giving pulse width and pulse repetition interval and perform fft for ontime signal using counter
Hi, I understand that you want to generate a pulse signal with specified “on” time (pulse width) and “off” time (pulse repetiti...
1 month 前 | 0
已回答
sampling an ecg signal
Hi Dhanshri, I understand that you have an ECG signal with 100 pulses per minute, and each pulse consists of 100 samples. You w...
sampling an ecg signal
Hi Dhanshri, I understand that you have an ECG signal with 100 pulses per minute, and each pulse consists of 100 samples. You w...
1 month 前 | 0
已回答
how to sample a pulse signal in to 256 samples each?
Hi, I understand that you want to sample the “on” time of a pulse signal into 256 samples each time the pulse is active. I ass...
how to sample a pulse signal in to 256 samples each?
Hi, I understand that you want to sample the “on” time of a pulse signal into 256 samples each time the pulse is active. I ass...
1 month 前 | 0
已回答
how to find FFT for pure sine wave in simulink?
Hi Swarnalakshmi, I understand that you want to compute the Fast Fourier Transform (FFT) of a pure sine wave in Simulink withou...
how to find FFT for pure sine wave in simulink?
Hi Swarnalakshmi, I understand that you want to compute the Fast Fourier Transform (FFT) of a pure sine wave in Simulink withou...
1 month 前 | 0
已回答
rectangular signal, 2V amplitude and duration of 1ms, how to present the amplitude spectrum
Hi, I understand that you want to present the amplitude spectrum of a rectangular signal with a 2V amplitude and a duration of ...
rectangular signal, 2V amplitude and duration of 1ms, how to present the amplitude spectrum
Hi, I understand that you want to present the amplitude spectrum of a rectangular signal with a 2V amplitude and a duration of ...
1 month 前 | 0
已回答
how to draw a spectrum for a sine wave in frequency domain?and what is central frequency/2 of time domain and frequency domain ?
Hi Shri Vishnu, I understand that you want to draw the frequency spectrum of a sine wave and are curious about the concept of c...
how to draw a spectrum for a sine wave in frequency domain?and what is central frequency/2 of time domain and frequency domain ?
Hi Shri Vishnu, I understand that you want to draw the frequency spectrum of a sine wave and are curious about the concept of c...
1 month 前 | 0
已回答
how to shift a signal by 30 degree in simulink
Hi Mohamed, I understand that you want to phase shift a signal by 30 degrees using Simulink. I assume you have a sinusoidal si...
how to shift a signal by 30 degree in simulink
Hi Mohamed, I understand that you want to phase shift a signal by 30 degrees using Simulink. I assume you have a sinusoidal si...
1 month 前 | 0
已回答
how to do phase shift in simulink?
Hi, I understand that you want to phase shift a signal by 90 degrees using Simulink. I assume you have an existing signal in a...
how to do phase shift in simulink?
Hi, I understand that you want to phase shift a signal by 90 degrees using Simulink. I assume you have an existing signal in a...
1 month 前 | 0
已回答
how to shift frequency?
Hi, I understand that you want to shift a signal’s frequency from 40 kHz to 10 kHz using Simulink. I assume you have a signal ...
how to shift frequency?
Hi, I understand that you want to shift a signal’s frequency from 40 kHz to 10 kHz using Simulink. I assume you have a signal ...
1 month 前 | 0
已回答
How do I write code in Matlab for sampling sine wave signal from Simulink...
Hi Mladen, I understand that you want to write MATLAB code to sample a sine wave signal generated in a Simulink model. I assum...
How do I write code in Matlab for sampling sine wave signal from Simulink...
Hi Mladen, I understand that you want to write MATLAB code to sample a sine wave signal generated in a Simulink model. I assum...
1 month 前 | 0
已回答
period segmentation of wrist pulse signal
Hi Manu, I understand that you want to segment the periods of a wrist pulse signal, which involves identifying distinct cycles ...
period segmentation of wrist pulse signal
Hi Manu, I understand that you want to segment the periods of a wrist pulse signal, which involves identifying distinct cycles ...
1 month 前 | 0
已回答
How do i clip the wrist portion in a hand gesture image?
Hi, I understand that you want to clip or remove the wrist portion from an image of a hand gesture using MATLAB. I assume you ...
How do i clip the wrist portion in a hand gesture image?
Hi, I understand that you want to clip or remove the wrist portion from an image of a hand gesture using MATLAB. I assume you ...
1 month 前 | 0
已回答
ICA in the ICALAB platform
Hi Kivok, I understand that you want to know how to implement and present Independent Component Analysis (ICA) using the Fast-I...
ICA in the ICALAB platform
Hi Kivok, I understand that you want to know how to implement and present Independent Component Analysis (ICA) using the Fast-I...
1 month 前 | 0
已回答
How to find the independent subspace components from independent components in Matlab?
Hi Curious Thinker, I understand that you want to extract independent subspace components (ISA) from independent component anal...
How to find the independent subspace components from independent components in Matlab?
Hi Curious Thinker, I understand that you want to extract independent subspace components (ISA) from independent component anal...
1 month 前 | 0
已回答
Ideal Low Pass Filter Concept in MATLAB
Hi Premnath, I understand that you want to uderstand the Part 2 of the code for an Ideal Low-Pass Filter, focusing on how it ma...
Ideal Low Pass Filter Concept in MATLAB
Hi Premnath, I understand that you want to uderstand the Part 2 of the code for an Ideal Low-Pass Filter, focusing on how it ma...
1 month 前 | 0
已回答
1/f amplitude frequency plot
Hi Ayesha, I understand that you want to analyze the naturalness of images using 1/f amplitude-frequency scaling through Fourie...
1/f amplitude frequency plot
Hi Ayesha, I understand that you want to analyze the naturalness of images using 1/f amplitude-frequency scaling through Fourie...
1 month 前 | 0
已回答
At what level to threshold when using multilevel wavelet transform ?
Hi Aparnnaa, I understand that you are working with a multilevel wavelet transform for image denoising and want to know why the...
At what level to threshold when using multilevel wavelet transform ?
Hi Aparnnaa, I understand that you are working with a multilevel wavelet transform for image denoising and want to know why the...
1 month 前 | 0
已回答
Question about two dimensional PCA analysis
Hi, I understand that you want to perform a two-dimensional Principal Component Analysis (PCA) on wind data to analyze the rela...
Question about two dimensional PCA analysis
Hi, I understand that you want to perform a two-dimensional Principal Component Analysis (PCA) on wind data to analyze the rela...
1 month 前 | 0
已回答
An equivalent for python tflearn library in matlab?
Hi Kyana, I understand that you are working on a reinforcement learning problem and want to translate a Python neural network c...
An equivalent for python tflearn library in matlab?
Hi Kyana, I understand that you are working on a reinforcement learning problem and want to translate a Python neural network c...
1 month 前 | 0
已回答
How to determine the offset of an image to use when using the glcm feature extraction
Hi Precious, I understand that you are working on feature extraction using the Gray-Level Co-occurrence Matrix (GLCM) and want ...
How to determine the offset of an image to use when using the glcm feature extraction
Hi Precious, I understand that you are working on feature extraction using the Gray-Level Co-occurrence Matrix (GLCM) and want ...
1 month 前 | 0
已回答
Formula for arc length in binaural decoding of ambisonic audio
Hi Devansh, I understand that you are working on binaural decoding of ambisonic audio and want to understand the calculation of...
Formula for arc length in binaural decoding of ambisonic audio
Hi Devansh, I understand that you are working on binaural decoding of ambisonic audio and want to understand the calculation of...
1 month 前 | 0
已回答
Steepest Descent Method Help
Hi Ryan, I understand that you have implemented the steepest descent method for a symmetric random matrix and now wish to plot ...
Steepest Descent Method Help
Hi Ryan, I understand that you have implemented the steepest descent method for a symmetric random matrix and now wish to plot ...
1 month 前 | 0
已回答
Read and assign data to uitable from text file
Hi Nikhil, I understand that you are using MATLAB GUIDE to develop a GUI with a “uitable” where you want to populate data from ...
Read and assign data to uitable from text file
Hi Nikhil, I understand that you are using MATLAB GUIDE to develop a GUI with a “uitable” where you want to populate data from ...
1 month 前 | 0
已回答
Problem with Haar wavelet transform
Hi Tran, I understand that you are working with a binary image and have applied the Haar wavelet transform using MATLAB, result...
Problem with Haar wavelet transform
Hi Tran, I understand that you are working with a binary image and have applied the Haar wavelet transform using MATLAB, result...
1 month 前 | 0
已回答
how to give training pixels to the neural network?
Hi Jabeen, I understand that you are working on a project involving image classification using neural networks in MATLAB, and y...
how to give training pixels to the neural network?
Hi Jabeen, I understand that you are working on a project involving image classification using neural networks in MATLAB, and y...
1 month 前 | 0
已回答
What are the different methods to obtain response of a state space model?
Hi Ram, I understand that you are looking for different methods to obtain the response of a state-space model in MATLAB, incl...
What are the different methods to obtain response of a state space model?
Hi Ram, I understand that you are looking for different methods to obtain the response of a state-space model in MATLAB, incl...
1 month 前 | 0
| 已接受