Feeds
提问
Implementing JBIG in MATLAB
I am trying to implement JBIG, I want to know the compression ratio for certain images. The only open source implementation is d...
3 years 前 | 0 个回答 | 0
0
个回答提问
Is there a function in MATLAB to calculate higher DCTs like DCT-III, IV etc?
I have started learning DCT recently. I know the function dct() and dct2() are used to calculated 1-D and 2-D DCT-II repectively...
3 years 前 | 2 个回答 | 0
2
个回答提问
Discrete values in DFT
Hi, I have just started learning DFT, so my question is a very basic one. While defining the sampling frequency of any signal...
3 years 前 | 1 个回答 | 0
1
个回答提问
How do I construct the dft response of hanning window
Hi, I am trying to do an fft of the Hanning window function. Below is the code that I have implemented: N=input("Enter the nu...
3 years 前 | 1 个回答 | 0
