is it possible to upsampling or down sampling by a non-integer number?
50 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have two files that I need to synchronise one is sampled at every 3ms = 1/0.003 = 333.33Hz and one at every 10ms = 1/0.01 = 100Hz. I have not been able to find a matlab command in basic or signal processing toolbox to either upsample to 100Hz to 333.33 or downsample 333.33 to 100Hz. Can anyone help?
0 Commenti
Risposta accettata
Greg Dionne
il 1 Set 2017
1 Commento
Abdelwahab Afifi
il 24 Ott 2020
I'm using resample function to upsample my data. I need to increase the stop band attenuation to improve the Adjacent channel power ratio (ACPR) . How can i do that?
Più risposte (2)
Matt J
il 14 Mag 2013
You need to interpolate, e.g., using interp1() or griddedInterpolant()
2 Commenti
Jan
il 14 Mag 2013
Modificato: Jan
il 14 Mag 2013
Matlab's upsample and downsample are not really useful here. I'd prefer the alreayd mentioned interp1, but decimate would perform an anti-aliasing also.
4 Commenti
kim zheng cho
il 21 Dic 2022
Hi and good day
I have a signal sampled at 4552 Hz. I want to downsample that signal to 4096 Hz. Do you know that how to do it?
thank you
Vedere anche
Categorie
Scopri di più su Multirate Signal Processing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!