Education
Countdown Timer Circuit
“Countdown Timer Circuit” is a project submitted by my group, namely, M. Amit, P. Briones, R. Enriquez, R. Lacson, A. Saldivar (yours truly), K. Tom, and A. Uy, for our ECE 130 – Computer Application class way back August 31, 2006 at University of St. La Salle, Philippines.
INTRODUCTION
The seven-segment decoder is used in many applications. This can be used in displaying letters or numbers. It is most commonly used in digital clock displays, clock timers, and others. Using this has some advantages. For example, with a seven-segment decoder display, it is easier to read the time in a digital clock than with an analog one. It can be easily read because it easily catches the eye.
The group has chosen to create the digital project, Countdown Timer, in order to show one of the applications of the seven-segment decoder. This is only one of the many useful things that can be created with this component. Countdown timers can be started and then stopped at any time and then the display will be showing how much time had passed in between. This timer can be used in different activities. It can be used in sports, games, and in other areas.
We will be showing in the following pages the circuit schematic diagram, what components are to be used, and how the circuit operates.
SCHEMATIC DIAGRAM Read the rest of this entry »
SFN and OFDM
July 28th, 2008 questions and answers in my Advanced RF/Wireless Techniques class.
1. What is SFN?
SFN, or Single Frequency Network, is a broadcast network where several transmitters simultaneously send the same signal over the same frequency channel.
2. Why does OFDM enable SFN technique?
OFDM, or Orthogonal Frequency Division Multiplexing, which is used in wideband digital broadcasting, enables SFN technique in order to have efficient utilization of the radio spectrum, allowing a higher number of radio and TV programs in comparison to traditional multi-frequency network (MFN) transmission. An SFN may also increase the coverage area and decrease the outage probability in comparison to an MFN, since the total received signal strength may increase to positions midway between the transmitters.
SFN considerably improves the utilization of frequency bands and channels as well as energy balance of digital transmitters. The signal coverage of a certain area can be provided by a number of transmitters, transmitting the multiplex of digital television or radio signals in the identical frequency channel. Their partial signal contributions in the reception point not only do not interfere, under certain circumstances then even improve the reception.
3. What are the benefits of broadcasting using SFN?
The benefits of broadcasting using SFN are:
- Improvement in the utilization of frequency bands and channels in the available spectrum,
- Improved coverage area, and
- Decreased outage probability.
—–
This is definitely just a random post.
Using Linux
(This post is a modified version of a Multiply blog post I wrote on February 10th, 2008.)
During the 2008 winter term, I was taking up a Unix/Linux course (COMP 1156) at George Brown College – Casa Loma campus. Here’s a little knowledge I’d like to share about what I learned in my first class.
A little history about Linux:
- Linux is a modern, free operating system based on UNIX standards.
- First developed as a small but self-contained kernel in 1991 by Linus Torvalds, with the major design goal of UNIX compatibility.
- Its history has been one of collaboration by many users from all around the world, corresponding almost exclusively over the internet.
- It has been designed to run efficiently and reliably on common PC hardware, but also runs on a variety of other platforms.
- The core Linux operating system kernel is entirely original, but it can run much existing free UNIX software, resulting in an entire UNIX-compatible operating system free from proprietary code.
Using Linux as your operating system actually has many advantages:
- Risk reduction
- Meeting business needs
- Stability and security
- Different hardware platforms
- Ease of customization
- Ease of obtaining support
- Cost reduction
Risk reduction means that using open source software (OSS) products offer you the opportunity to change and maintain the source code. Even if the market and consumer needs would change frequently, you don’t really have to worry much about changing software. This would surely result in reduced costs in administration and upgrades. If you used closed source software, on the other hand, then you would be gaining some burden in the financial aspect.

Linux is a system that meets a lot of business needs because it has different software available for different uses. It is also more stable and secure compared to closed source OS like Windows, since bugs and security loopholes can be identified and fixed more quickly. Fact is there’s actually lesser viruses in Linux compared to Windows.
There are also quite a number of different hardware platforms on which Linux can run, e.g. Intel, Macintosh, Itanium, Mainframe, Cirrus Logic, SPARC, and others. Linux is also easily customizable wherein you can compile the kernel needed to support only what is needed.
Linux documentation, newsgroups, and user groups contribute to the ease of obtaining support, whenever you would have a problem. Here are some helpful sites:
The Linux Documentation Project
cpqlinux.com – This site seems to have disappeared already now though.
I like programming and scripting but haven’t had the chance to do so lately. Sometimes I wish I took Computer Engineering instead of Electronics & Communications Engineering, but we’ll save that as another story for another day.
- ← Previous
- 1
- 2