Wednesday, October 28, 2009

iToon 2.0 is coming...

iToon 2.0 has been sent to Apple for over a week now. We in Babs2Go are expecting the approval from the App Store for the next few days. If everything goes as planned and Apple requires no modification iToon 2.0 should be available at some time between later this week and earlier next week.

We will keep you posted. Until then, feel free to take a look at the new iToon 2.0 User Guide available here and check the upcoming features.

-Luciano

Sunday, October 18, 2009

iToon is growing up !!

Hi Folks

I'm glad to share with you that iToon 2.0 has been sent to Apple for approval. I have added major updates on this release and I really hope that you will enjoy it. Here are the major enhancements of the upcoming release:

- iToon Camera - Grid : The camera got enhanced with a Grid in order to make the picture composition easier. If you are not familiar with "The Rule of Third", take a look at this link and you will see how useful the grid is.
- iToon Camera - Digital Zoom : Because I would not like you to spend a lot of money with additional iPhone Apps, I have decided to add the digital zoom feature to iToon as well. You will be able to zoom in your pictures up to 5 times in real time.
- iToon Sessions - On the new version you will be able to save your unfinished sessions and get back to them on a later time. No need to rush anymore in order to get the work done at once. You can take the picture, do some editing, close it and get back to it when you have time.
- iToon User Interface - iToon 2.0 has a completely new user interface. I have minimized the number of items on the work area in order to get more space to what really matter, you pictures.
- This version User Interface is available only in US English.

Because of these changes (specially on the camera), iToon 2.0 will be available only for IPhone OS 3.1 or later.

Here are some early screen-shots. Hopefully, the App will be available on the App Store in a couple weeks.

-Luciano





Sunday, October 11, 2009

10th Assignment: Write a review about the Windowed Fourier Transform. What are the most common windows? How is the Brillouin plane of this transform?

On this assignment, I will write a little bit about the Windowed Fourier Transform. As powerful as the Fourier transform may be, it has a major issue. Because it is originally designed to quantify the energy of all frequencies on a signal, it always takes under consideration the entire signal. It means that the results do not allow us to take any conclusion on when the frequencies have reached the peak or any other time-related information.All one can find by using Fourier Transform to analyze a signal is what frequencies are present on the signal and how much of each frequency was found. Windowed Fourier Transform adds a new constraint to the Fourier Transform in order to try reaching a certain level of  time-related information for each frequency.

The core idea of the Windowed Fourier Transform is the addition of a window function to the traditional Fourier Transform. This Time Window function will segment the signal and will turn into 0 (zero) all values that do not belong to the specified time-window. From the notation perspective, this is what one will have:

As T is the time windows that one wants to study:

                         +T/2                     + ∞
X(w) =               ∫    x(t)e-jwt dt = ∫    w(t) x(t) e-jwt dt
                          -T/2                     - ∞

with

w(t) = 1 when  |t|<=T/2
and
w(t) = 0 when  |t| > T/2

There are ups and downs about this method. By using time windows instead of the entire signal, the local maximum not necessarily represents the signal maximum. However, assuming that for the specific study, knowing only the local frequencies would be enough, this could be an interesting and effective way to locate the studied frequencies inside a time period.

How you choose your time-window is also important. Different time-windows will have different impacts on your results. Many different window functions have been proposed over time, each with its own advantages and disadvantages relative to the others. Here is a list with the most common time window functions:

Window              Best with                Frequency                  Amplitude
                           Signal Types           Resolution                  Accuracy

Barlett                Random                  Good                           Fair
Blackman           Random/Mixed      Poor                           Good
Flat top               Sinusoids               Poor                            Best
Hanning             Random                  Good                          Fair
Hamming           Random                  Good                          Fair
Kaiser-Bessel     Random                  Fair                            Good
None(boxcar)    Transient&              Best                           Poor
                          Synchronous  
Tukey                Random                   Good                         Poor
Welch                Random                   Good                         Fair

OBS: I could not find any information about the Brilloin Information Plan. Any tips would be appreciated.