photo

Frantz Bouchereau

Last seen: 29 days ago Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
30 Answers

RANK
1,380
of 299,192

REPUTATION
52

CONTRIBUTIONS
0 Questions
30 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
9

RANK
 of 20,655

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,661

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Answered
Where can I find a comprehensive explanation of the Filter Design tools available in Matlab?
We have resources that list some of the most common filter designs and the code to attain them. Please see: Practical introduct...

1 month ago | 0

Answered
LowPass filter order in Signal processing
Minimum order does not mean unit order. Minimum order is the smallest order for which the filter can achieve 60 dB attenuation (...

1 month ago | 0

Answered
How do we find Frequency domain Features of Signal
You can use the new R2025a Signal Feature Extractor app to extract frequency features from a signal. You can also use the sig...

1 month ago | 0

Answered
In the Signal Analyzer app, how can you interpret the y-axis values, for example of a spectrum, when the values of the time signal are accelerations?
In Signal Analyzer you can set the power spectrum units to linear to avoid the dB conversion. To do this uncheck the "Spectrum i...

1 month ago | 0

Answered
How to decompose more than one signal simultaneously in Signal Multiresolution Analyzer app and Wavelet Signal Analyzer app?
The best way to do this is to setup the app so that it computes the decomposition of one of your signals in a satisfactory way. ...

1 month ago | 0

Answered
How can I transform s domain to z domain at Matlab ?
You can use the bilinear function or the impinvar function to convert a continuous-time transfer function to a discrete-time equ...

7 months ago | 0

Answered
How do I get the fft from the audio wav file?
Here is a popular MATLAB doc page that explains the relationship between FFT and true power spectra: Power Spectral Density Esti...

7 months ago | 0

Answered
FFT - How to transform my amplitudes into dB
Here is a popular MATLAB doc page that explains the relationship between FFT and true power spectra: Power Spectral Density Esti...

7 months ago | 0

| accepted

Answered
poctave results differ depending on PSD or time signal input
Hi Roman, poctave expects a power spectral density as an input but you are computing power spectrum in your code. In your call...

1 year ago | 1

| accepted

Answered
filtering harmonics: preserving overall spectrum without simple notch filtering
Please take a look at the following example: Wavelet packet harmonic interference removal The example guides you to use wavel...

1 year ago | 0

Answered
change audiolabeler data source
Hello Soo, A fix is on the way (MATLAB R2022a) to enable specifying alternate file system roots of a datastore inside a labeled...

3 years ago | 0

| accepted

Answered
How to find the Zero Crossing Rate of a signal?
Signal Processing Toolbox in MATLAB R2021b ships a new zerocrossrate function that you can use to find zero crossing rates of a ...

3 years ago | 1

Answered
NUFFT vs FFT?
The advantage of nufft is that it allows you to compute the FFT of non-uniformly sampled signals. You cannot do this with fft. ...

4 years ago | 0

Answered
Calculate PSD using FFT
Here is a popular MATLAB doc page that explains the relationship between FFT and true power spectra: Power Spectral Density Esti...

4 years ago | 0

| accepted

Answered
how can i plot a power spectrum for my signal?
There are various ways in which you can compute and plot true power spectrum or power spectral density in MATLAB (when I say 'tr...

4 years ago | 1

| accepted

Answered
amplitude of (signal) after FFT operation?
There are various ways in which you can compute and plot true power spectrum or power spectral density in MATLAB (when I say 'tr...

4 years ago | 1

Answered
Scaling the FFT and the IFFT
Here is a popular MATLAB doc page that explains FFT scaling and the relationship between FFT and true power spectra: Power Spect...

4 years ago | 0

Answered
plotting the frequency spectrum
There are various ways in which you can compute and plot true power spectrum or power spectral density in MATLAB (when I say 'tr...

4 years ago | 1

Answered
How to plot frequency spectrum of a signal in matlab?
Your code computes FFT and needs some extra normalization steps to calculate true power spectrum. There are various ways in wh...

4 years ago | 3

| accepted

Answered
Units of spectrogram and pspectrum questions
spectrogram by default plots the magnitude of the power spectral density and hence the units at db/Hz. pspectrum computes and pl...

5 years ago | 1

Answered
How can I extract ST segment ,PR interval and QT interval from ECG signal?Plz help...
See this example where we use a deep network to segment QRS, P, and T waves from ECG waveforms. https://www.mathworks.com/help...

5 years ago | 0

Answered
IIR bandpass filter with very low corner frequencies
Emanuele, the passband frequencies are extremely small for the 860 Hz sample rate. I recomend you donwssmple the signal to a muc...

5 years ago | 0

| accepted

Answered
How do you reorder signals in the signal table (signal analyser app)
Hi Michael, we currently do not offer a way to reorder signals in the Signal Analyzer table. Thanks for sharing your use case. W...

5 years ago | 0

| accepted

Answered
Best data type for Signal Analyser
Hi Jamie, I would try to break the data into smaller vectors and use simple matrices to feed into Signal Analyzer. You can load ...

5 years ago | 0

Answered
Dealing with Large training datasets saved in a number of .mat files
Ruohao, You can use two signalDatastores - one to read your signal files and another one to read your labels. You can then comb...

5 years ago | 0

Answered
Labeling of a signal with Region of interests derrived from signal analyser/labelled
Hi Michael, you can use the Signal Labeler to do exactly what you describe. See the documentation here: https://www.mathworks.c...

5 years ago | 0

Answered
The chirp interface has changed in R2019b
Hi David. Chirp does not generate complex outputs, so the results of chirp are only correct when both frequencies are positive...

5 years ago | 0

Answered
How can I see all tabs in the Signal Analyzer app?
Hi Aleksander, You are using MATLAB R2016a and spectrum analysis was added to the Signal Analyzer app in R2016b. The spectrog...

8 years ago | 0

Answered
Rotary spectra for velocity time series
Hi Javier, Please take a look at the Signal Processing toolbox rmpordermap function. It computes a pectrogram of order vs. tim...

8 years ago | 0

Answered
I am trying to plot a signal and use a scrollbar on the x-axis to view several hours worth of data
Hi Nicholas, have you tried the Signal Analyzer app? It allows you to visualize long signals and pan through them in the time an...

8 years ago | 0