Comment on oωo
Schneemann@discuss.tchncs.de 1 year ago
Shouldn’t it be w>2πF_s?
w = 2 * pi * f_s
since you need to sample at 2x or more the highest desired frequency to get proper reproduction, it should be w>2w_s
w>2w_s
w > (1/2) w_s w > (1/2) 2 pi f_s w > pi f_s
you need to sample at 2x or more the highest desired frequency to get proper reproduction
You need to sample at 2x the desired bandwidth, just bandpass filter the signal appropriately before sampling and you won’t get aliasing.
jjagaimo@sh.itjust.works 1 year ago
w = 2 * pi * f_s
since you need to sample at 2x or more the highest desired frequency to get proper reproduction, it should be
w>2w_szaphod@sopuli.xyz 1 year ago
You need to sample at 2x the desired bandwidth, just bandpass filter the signal appropriately before sampling and you won’t get aliasing.