|
| |
Example 2To check the Heisenberg-Gabor inequality numerically, we consider a gaussian signal and calculate its time-bandwidth product (see fig. 2.2):
>> sig=amgauss(256);
>> [tm,T]=loctime(sig);
>> [fm,B]=locfreq(sig);
>> [T,B,T*B] ---> T=32 B=0.0312 T*B=1
Hence, the time-bandwidth product obtained, when using the file
amgauss.m, is minimum.
Eric Chassande-Mottin 2005-10-26 | |