Réponse apportée
Output Length of signal filtered using FIR Filters
Hi Sanket, You are correct that if you do convolution, you get a sequence longer than your original signal. However, those ex...

environ 15 ans il y a | 1

| A accepté

Réponse apportée
phased array toolbox
Hi Matthew, Could you be more specific about the issues you encounter? Thanks.

environ 15 ans il y a | 0

Réponse apportée
Cross correlation vs Matched Filter
I think the term "matched filter" focuses more on the fact that it maximize the SNR. Cross correlation can be considered as one ...

environ 15 ans il y a | 0

Réponse apportée
Question about FFT
Hi itsik, When you do IFFT to get 1000 samples, it simply pads zero at the end. So when you do fft back, just take the first ...

environ 15 ans il y a | 3

Réponse apportée
Butterworth filter
Hi Federico, Butterworth filter is an IIR filter, so you will need to get the denominator too, i.e., using the syntax [B...

environ 15 ans il y a | 0

| A accepté

Réponse apportée
beamforming
You can also check out the new Phased Array System Toolbox. It has many beamforming algorithms. http://www.mathworks.com/prod...

environ 15 ans il y a | 0

Réponse apportée
Converting Analog Filter into Digital Filter
Hi Royi, When you use Bilinear transform to convert an analog filter to a digital filter, you need to consider the effect of ...

environ 15 ans il y a | 0

Réponse apportée
1D Gaussian Filter using FFT
Hi SM, From the code you posted here, my suspect is that you did not use enough points in your FFT to remove the aliasing. No...

environ 15 ans il y a | 0

Réponse apportée
Need to convert data from two sensors to the same sampling rate
If you have Filter Design Toolbox or DSP System Toolbox, you may want to take a look at the documentation for |fdesign.rsrc|, it...

environ 15 ans il y a | 0

Réponse apportée
How do I create a matched filter for signal detection?
You can refer to the following thread: http://www.mathworks.com/matlabcentral/answers/4502-matched-filter

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
spectral analysis of a signal
You can use |cvsread| to read the signal into MATLAB first. If you have Signal Processing Toolbox, I'll suggest you to use spect...

plus de 15 ans il y a | 0

Réponse apportée
Matched filter
If you have a signal, x, then the matched filter's coefficients is given by time reverse of x, i.e., x(end:-1:1). If your signal...

plus de 15 ans il y a | 5

Réponse apportée
DATAWRAP
Hi Cesare, If I understand your question correctly, your problem is more related to why MATLAB wrap the data, the particular ...

plus de 15 ans il y a | 0

Réponse apportée
FDAtool: Cutoff for "Chebyshev" and "Elliptic"
Hi Alex, I think there is some misunderstanding regarding the design specification. In IIR filter, if you specify the filter ...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
find the sidelobe level
If you have Signal Processing Toolbox, you can use |findpeaks| function to find peaks. In your case, if you find two biggest pea...

plus de 15 ans il y a | 1

| A accepté

Réponse apportée
FDAtool - Scale Passband (Chebyshev)
Hi Jan, I can't really follow your example but the purpose of scale is to make sure that the center of the first passband has...

plus de 15 ans il y a | 0

Réponse apportée
matched receiver filter
If you have a signal, x, then the matched filter's coefficients is given by time reverse of x, i.e., x(end:-1:1). If your signal...

plus de 15 ans il y a | 0

Réponse apportée
How to get an algorithm for adaptive filter in MATLAB
Hi Venkata, If you have Filter Design Toolbox, check out the supported adaptive filter using >> help adaptfilt You can find...

plus de 15 ans il y a | 0

Réponse apportée
How to test my filter design?
In general, a filer is designed according to specifications such as passband, stopband, passband ripple, stopband attenuation, e...

plus de 15 ans il y a | 0

Réponse apportée
Non-causal filter coefficients
Hi Des, The non-causal filter is not physically realizable. However, if you do a variable replacement of m=n+4, your equation...

plus de 15 ans il y a | 0

| A accepté

Réponse apportée
Scalogram and subplots
Hi Tom, Does >> wscalogram('image',c,'scales',scales,'ydata',data); work for you or you want more control? Thanks.

plus de 15 ans il y a | 0

Réponse apportée
FIR Window - Taylor
You can use |taylorwin| in Signal Processing Toolbox to calculate the coefficients for a Taylor window. If you want to know the ...

plus de 15 ans il y a | 0