Friday, June 25, 2010
My last day in Sony
Tuesday, June 22, 2010
My 1st C# program DONE
Monday, June 7, 2010
Designing the 1st C# program
Friday, June 4, 2010
troubleshooting on the HDMI port
today i starting to learn about something technical to the electronic subject. I starting to learn the procedure to troubleshot the HDMI port. First of all I understand the concept on how to doing the HDMI port troubleshooting, then I try do the flow chart for the procedure. Above is my flow chart.
Saturday, May 29, 2010
after 1 week, my CRC check function finally done
Friday, May 21, 2010
CRC calculation part1
Monday, May 10, 2010
crc learning
Computation of CRC
To compute an n-bit binary CRC, line the bits representing the input in a row, and position the (n+1)-bit pattern representing the CRC's divisor (called a "polynomial") underneath the left-hand end of the row. Here is the first calculation for computing a 3-bit CRC:
11010011101100 <--- input 1011 <--- divisor (4 bits) -------------- 01100011101100 <--- result
If the input bit above the leftmost divisor bit is 0, do nothing and move the divisor to the right by one bit. If the input bit above the leftmost divisor bit is 1, the divisor is exclusive-ORed into the input (in other words, the input bit above each 1-bit in the divisor is toggled). The divisor is then shifted one bit to the right, and the process is repeated until the divisor reaches the right-hand end of the input row. Here is the last calculation:
00000000001110 <--- result of previous step 1011 <--- divisor -------------- 00000000000101 <--- remainder (3 bits)
Since the leftmost divisor bit zeroed every input bit it touched, when this process ends the only bits in the input row that can be nonzero are the n bits at the right-hand end of the row. These n bits are the remainder of the division step, and will also be the value of the CRC function (unless the chosen CRC specification calls for some postprocessing).
after we calculate the crc value we have to added them to each byte of sending value before the transmitting process. up to this point, we can send the data and we will checking our correctness of data at the receiver side.if the crc value in the receiver and transmitter is same then the information is say to be sending successfully. otherwise we have to resend the information and check again at the receiver.
Friday, April 23, 2010
my mini project begins...
now i am heading to my 3rd week of the internship in the Sony.....my supervisor has given me a proper project..before this i am just supporting them to standardize their department database..everyday doing ms excel only...so sien...
this week my supervisor told me i will having a small project. That project is about communicating the pc to the LCD TV using the software. LCD TV just understand few type of the code that pc actually can send. My project is investigate the code that can be send to the LCD TV from pc then design a software to send the respective code.
i totally stuck and out of idea because this is my 1st time approach to designing a software. luckily my supervisor say there is a example to follow..i just need to modify the example software using the C# compiler..i have learning C# in my uni before, but i not paying attention when learning.just knowing the basic only..
Tuesday, April 13, 2010
my live in Sony Emcs
Working in sony is relaxing, there are 3 rest session in the working period(2 tea break and 1 lunch break). Their working hours is most likely to be the government styles. Their food is cheaper and taste better if compare with the coe foodcourt standard. The price is also cheaper for exp 1 fruit juice is oni RM1. You can get RM 1 mix rice in sony canteen B(sony subsidise RM 1 per meal). I try before,hahaha…….
Summo we can eat the japanese food in Friday for only RM10. In sony we have 2 canteen(A&B). Canteen A got lot of chinese “leng lui”(bcoz their dept is near 2 canteen A) and canteen B got lot of cheap food.
Beside the food, the working environment there is also acceptable. There are no stressful environment workspace in sony so far. Because I havent see the employees being scolded by their superior in the public so far. The communication medium we use in sony is BM, people seldom uses english there because most hem are malays.
Besides that, there is 1 special rules in sony. NO PERSONAL PENDRIVES is allowed to use in sony. Because sony really scare of computer virus. If any employees pc been attack by computer virus, then that employee have to write a report and do presentation to their superior. If they fail to do so, then they will receive a warning. We call yellow cards here. If you receive 3 yellow card then you have to say bye-bye to sony.