統計
MATLAB Answers
0 質問
35 回答
ランク
of 177,078
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
What is actually Normalized Frequency?
As mentioned before normalized frequency is obtained by dividing a frequency value in Hz by Fs/2 (where Fs is the sample rate). ...
What is actually Normalized Frequency?
As mentioned before normalized frequency is obtained by dividing a frequency value in Hz by Fs/2 (where Fs is the sample rate). ...
19日 前 | 0
回答済み
How to do a phase shift of a signal
A time delay τ corresponds to a linear phase ramp in the frequency domain. To shift a signal by τ seconds: 1. Compute the FFT: ...
How to do a phase shift of a signal
A time delay τ corresponds to a linear phase ramp in the frequency domain. To shift a signal by τ seconds: 1. Compute the FFT: ...
19日 前 | 0
回答済み
PSD estimation FFT vs Welch
Here is a popular MATLAB doc page that explains FFT scaling and the relationship between FFT and true power spectra: Power Spect...
PSD estimation FFT vs Welch
Here is a popular MATLAB doc page that explains FFT scaling and the relationship between FFT and true power spectra: Power Spect...
19日 前 | 0
回答済み
How to obtain correct frequency and amplitude via FFT
Here is a popular MATLAB doc page that explains FFT scaling and the relationship between FFT and true power spectra: Power Spect...
How to obtain correct frequency and amplitude via FFT
Here is a popular MATLAB doc page that explains FFT scaling and the relationship between FFT and true power spectra: Power Spect...
19日 前 | 0
回答済み
Effect of zero padding on FFT amplitude
This example: Practical introduction to frequency-domain analysis explains the difference between frequency resolution and frequ...
Effect of zero padding on FFT amplitude
This example: Practical introduction to frequency-domain analysis explains the difference between frequency resolution and frequ...
19日 前 | 0
回答済み
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...
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年 前 | 0
回答済み
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 (...
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年 前 | 0
回答済み
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...
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年 前 | 0
回答済み
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...
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年 前 | 0
回答済み
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. ...
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年 前 | 0
回答済み
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...
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...
1年以上 前 | 0
回答済み
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...
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...
1年以上 前 | 0
回答済み
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...
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...
1年以上 前 | 0
| 採用済み
回答済み
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...
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...
2年以上 前 | 1
| 採用済み
回答済み
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...
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...
2年以上 前 | 0
回答済み
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...
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...
4年以上 前 | 0
| 採用済み
回答済み
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 ...
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 ...
4年以上 前 | 1
回答済み
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. ...
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. ...
5年弱 前 | 0
回答済み
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...
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...
5年弱 前 | 0
| 採用済み
回答済み
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...
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...
5年弱 前 | 1
| 採用済み
回答済み
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...
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...
5年弱 前 | 1
回答済み
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...
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...
5年弱 前 | 0
回答済み
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...
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...
5年弱 前 | 1
回答済み
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...
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...
5年弱 前 | 3
| 採用済み
回答済み
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...
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...
6年弱 前 | 1
回答済み
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...
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...
6年弱 前 | 0
回答済み
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...
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...
6年弱 前 | 0
| 採用済み
回答済み
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...
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...
6年弱 前 | 0
| 採用済み
回答済み
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 ...
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 ...
6年弱 前 | 0
回答済み
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...
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...
6年弱 前 | 0


