Hiroshi Nakamura
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Need help on my DCT and Quantization code for Image Compression.
Just in case you're wondering after running the code, I2 looks like this :- <</matlabcentral/answers/uploaded_files/31016/c...
Need help on my DCT and Quantization code for Image Compression.
Just in case you're wondering after running the code, I2 looks like this :- <</matlabcentral/answers/uploaded_files/31016/c...
9 years 前 | 0
提问
Need help on my DCT and Quantization code for Image Compression.
Hello guys, I would really appreciate it if anyone could point out the mistakes in my code. I am trying to encode and decode a...
9 years 前 | 3 个回答 | 0
3
个回答提问
Help with Huffman Coding for MPEG Encoder
Hello guys, I have a problem with my so-called Huffman encoding MATLAB code. Instead of using the built-in functions (ie huffm...
9 years 前 | 0 个回答 | 0
0
个回答已回答
Translating MATLAB code into C
Thank you so much Walter! I really appreciate it! One more question. What are y and x again in you loop? Also if I were to do ...
Translating MATLAB code into C
Thank you so much Walter! I really appreciate it! One more question. What are y and x again in you loop? Also if I were to do ...
9 years 前 | 0
提问
Translating MATLAB code into C
Hello guys, I was just wondering if anyone can help translate my code into C as *I don't have MATLAB Coder* . I am more familia...
9 years 前 | 2 个回答 | 0
2
个回答提问
MATLAB Coder Error : Output argument 'b' is not assigned on some execution paths? Help!
Hello guys! I am trying to convert the following code into C using MATLAB Coder and keep getting the same error which makes no ...
9 years 前 | 1 个回答 | 0
1
个回答已回答
What does Subscripted assignment dimension mismatch mean? I keep getting the same error?
OMG I just realized that! Thanks! What I really was trying to do was multiply the c matrix (8*8) by smaller 8*8 matrixes in the...
What does Subscripted assignment dimension mismatch mean? I keep getting the same error?
OMG I just realized that! Thanks! What I really was trying to do was multiply the c matrix (8*8) by smaller 8*8 matrixes in the...
10 years 前 | 0
提问
What does Subscripted assignment dimension mismatch mean? I keep getting the same error?
I keep getting the same error for the following code:- Error in dct1 (line 12) d(j,k) = c*double(b(j,k)); whereby c = dc...
10 years 前 | 2 个回答 | 0