What is the sampling frequency after convolution?
    11 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Csanad Levente Balogh
 am 20 Apr. 2021
  
    
    
    
    
    Kommentiert: Csanad Levente Balogh
 am 21 Apr. 2021
            Hi!
I have two time domain signals with different sampling frequency. I want to calculate the convolution of the two signals with conv and I am wondering, what is the sampling frequency of the result of the convolution? On other forums I found, that before convolution I should resample one of the signals so they have the same sampling frequency, but in other places they wrote that there is no need for that. So is colvolving siglas with different sampling frequencies right? (Why?) If it is, how I calculate the sampling frequency of the convolved signal?
0 Kommentare
Akzeptierte Antwort
  Matt J
      
      
 am 21 Apr. 2021
        
      Bearbeitet: Matt J
      
      
 am 21 Apr. 2021
  
      I want to calculate the convolution of the two signals with conv
If you want to convolve with conv() then the signals definitely have to be resampled at a common set of equi-spaced discrete time points.
If you were to implement the convolution as multiplication in the frequency domain, I can see how you might get around this by zero padding each signal  to a common duration T. This would ensure that the spectra of both signals are sampled (after taking FFTs) at a common frequency sampling interval.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

