One of my mobile broadband Internet provider (EVDO Rev A) planned to close its service in a near future, due to Qualcomm has decided to stop EvDO evolution. The service has real unlimited budget-plan. Currently most of mo-bro providers (both CDMA and GSM) in here are moving to early stages of 4G LTE (either FDD or TDD).
So the impact is, many BTS (base transceiver station) nearby my house have been sold, signal was going worse. Several months ago my EvDO modem (without external antenna) could easily resonated at -70 dBm of HDR power. But since the collapse was announced, signal was suffering at only around -85 down to -90 dBm typically.
(with external antenna, signal can be received at -50 dBm, but I prefer the antenna for another HSPA+ service)
Fortunately I keep an old unused indoor TV antenna. Sure it's dedicated for lower frequency band for TV broadcast. While that my dying ISP works at higher 800MHz of carrier frequency.
Hoho... then I imagined to build a simple dipole antenna to recycle that my old antenna.
Everything should be made as simple as possible, but not simpler. (Albert Einstein)
Tuesday, December 30, 2014
Tuesday, August 19, 2014
Bubble Clusters Video - Interactive Computer Graphics
"Bubble Clusters" : Clustering
algorithm, Bubble's Potential Field algorithm, Iso-Surface &
Iso-Line with Marching-Square algorithm.
Assignment #1 of "Interactive Computer Graphics", a course by Prof, Takeo Igarashi, University of Tokyo.
Assignment #1 of "Interactive Computer Graphics", a course by Prof, Takeo Igarashi, University of Tokyo.
Wednesday, June 18, 2014
Faster Convolution with Separability Property in Multi-dimensional Signals
Topic: Digital image processing.
Consider a 2D signal (or impulse response of 2D filter) with rect-shaped.
This 2D rect signal is separable. It can be represented as dot-product of two independent 1D signals.
As well an impulse signal is also separable.
Consider a 2D signal (or impulse response of 2D filter) with rect-shaped.
This 2D rect signal is separable. It can be represented as dot-product of two independent 1D signals.
As well an impulse signal is also separable.
Monday, February 24, 2014
Mobile Broadband Modem Pointing Using QPST, QXDM
These tools have been already known since long time ago.
Pointing is important to get best signal for our broadband/wifi modem, either with or without external antenna.
(Works only for modem with Qualcomm chipset, and the modem's diagnostic port must be opened.)
Howto:
Pointing is important to get best signal for our broadband/wifi modem, either with or without external antenna.
(Works only for modem with Qualcomm chipset, and the modem's diagnostic port must be opened.)
Howto:
Thursday, January 30, 2014
Basic JPEG Compressing/Decompressing Simulation
Standard JPEG compression uses (1) 8x8 Discrete Cosine Transform, (2) quantization based on certain luminance + chrominance tables, and (3) entropy-encoding (Huffman coding).
Here, I'm using OpenCV (Python) to simulate DCT + quantization + IDCT, without Huffman coding.
Here, I'm using OpenCV (Python) to simulate DCT + quantization + IDCT, without Huffman coding.
Tuesday, January 28, 2014
(Android) Connecting ADB to Physical Device Over Bluetooth
I found a good resource, http://crlog.info/2013/07/19/android-debugging-over-bluetooth-without-root/
Using physical device, but do not want to use USB cable, Bluetooth alternative works like a charm :)
Using physical device, but do not want to use USB cable, Bluetooth alternative works like a charm :)
Friday, December 27, 2013
Basic Processing and Chuck Communication
A very basic example on how to establish communication between Processing and ChucK.
- run oscProc.pde in Processing
- run oscChuck.ck in ChucK
- in the sketch, press "s" key to send message
Thursday, December 26, 2013
Fast Fourier Transform in ChucK to Get Spectrum
We can convert time domain to
frequency domain by using Fast Fourier Transform, that's to calculate
the discrete fourier transformation. http://chuck.cs.princeton.edu/doc/language/uana.html
This is the basic of finding the spectrum of an input signal, in this case I use a sinusoidal signal as example.
https://github.com/flyingdisc/music-chuck/tree/master/FFTSpectrum
This will display frequencies and power (in polar form of the complex number) at the FFT bin indices.
This is the basic of finding the spectrum of an input signal, in this case I use a sinusoidal signal as example.
https://github.com/flyingdisc/music-chuck/tree/master/FFTSpectrum
This will display frequencies and power (in polar form of the complex number) at the FFT bin indices.
Tuesday, December 24, 2013
Graph Complex Set In Python with mpmath and matplotlib
In this case I use Python(x,y). This package comes with many standard plugins, such as sympy (in which we use its mpmath), numpy, scipy, matplotlib, and so on. http://code.google.com/p/pythonxy/wiki/StandardPlugins
Simple Processing Game using Minim
This is a simple program (a memory game) written in Processing 2 language.
It has two version, Java mode and Javascript mode.
Using Minim is not straightforward in Javascript mode, especially for sound part. (Yet there is better and richer sound library, Maxim which is until now only be able to play sound in Chrome browser, ref: Can I use Web Audio API ).
Here are both versions,
Java mode:
http://www.openprocessing.org/sketch/125380
JavaScript mode:
https://googledrive.com/host/0B1HulZRKubRMdzhFYVByUnM4YUE/index.html
It has two version, Java mode and Javascript mode.
Using Minim is not straightforward in Javascript mode, especially for sound part. (Yet there is better and richer sound library, Maxim which is until now only be able to play sound in Chrome browser, ref: Can I use Web Audio API ).
Here are both versions,
Java mode:
http://www.openprocessing.org/sketch/125380
JavaScript mode:
https://googledrive.com/host/0B1HulZRKubRMdzhFYVByUnM4YUE/index.html
Electronics Music in ChucK
Following a course by CalArts ( instructors with their expertise on music and computer science: Ajay Kapur, Ge Wang and Perry R. Cook from Princeton ).
It uses ChucK programming language.
Sounds:
http://soundcloud.com/flyingdisc
Some ChucK codes:
https://github.com/flyingdisc/music-chuck
This is now in the Kadenze, as of 2015: ($600)
https://www.kadenze.com/courses/introduction-to-programming-for-musicians-and-digital-artists/info
It uses ChucK programming language.
Sounds:
http://soundcloud.com/flyingdisc
Some ChucK codes:
https://github.com/flyingdisc/music-chuck
This is now in the Kadenze, as of 2015: ($600)
https://www.kadenze.com/courses/introduction-to-programming-for-musicians-and-digital-artists/info
Thursday, November 28, 2013
Using Mobile Hotspot ZTE MF90 With No Battery
Dummy battery from wood + capacitor + resistor.
How to use ZTE MF90 without battery, powering only by electricity power.
Saturday, September 7, 2013
Sierpinski Fractal Basic in Processing
(processing.org)
To do: Play around to extend this basic to extended Sierpinski fractal. See these beautiful arts:
Basic b&w: http://www.openprocessing.org/sketch/108475
In color: http://www.openprocessing.org/sketch/108474
Mirror code: http://pastebin.com/YACnq3BG
https://github.com/flyingdisc/sierpinski
To do: Play around to extend this basic to extended Sierpinski fractal. See these beautiful arts:
- Sierpinski Temple by MakinMagic
- Sierpinski Rainbow by yenkoff
Basic b&w: http://www.openprocessing.org/sketch/108475
In color: http://www.openprocessing.org/sketch/108474
Mirror code: http://pastebin.com/YACnq3BG
https://github.com/flyingdisc/sierpinski
Sunday, June 2, 2013
Coursera, An Introduction to Interactive Programming in Python Videos
My mini-project videos on Coursera course April 2013 - July 2013.
Coursera.org
"An Introduction to Interactive Programming in Python"
Instructors: Joe Warren, John Greiner, Stephen Wong, Scott Rixner
Rice University.
(View the videos in Youtube for better experiences.)
Coursera.org
"An Introduction to Interactive Programming in Python"
Instructors: Joe Warren, John Greiner, Stephen Wong, Scott Rixner
Rice University.
(View the videos in Youtube for better experiences.)
Saturday, October 22, 2011
Google Plus API Java Starter for NetBeans IDE
This is my personal notes on porting following described package into NetBeans IDE. CMIIW is one of my gods. This is written in 2011, hence it might or might not work with latest update (if any).
Google Plus Java Starter is a very basic example starter package to learn Google Plus API client for Java. Unfortunately it does not include package for NetBeans IDE (it prefers Eclipse as I guess it due to Oracle factor).
Google Plus Java Starter is a very basic example starter package to learn Google Plus API client for Java. Unfortunately it does not include package for NetBeans IDE (it prefers Eclipse as I guess it due to Oracle factor).
Here is explanation on how to port starter code into NetBeans IDE 6.9 (Microsoft Windows OS environment).
Google App Engine Java SDK
Credits to google-plus-java-starter project people:
-
willnorris.goog
chrscha...@gmail.com
chirags@google.com
mimm...@google.com
wo...@google.com
ai...@google.com
yan...@google.com
They are team member creating original starter package.
Google App Engine Java SDK
Thursday, October 20, 2011
Google+ API Activities using HTML and JQuery
My personal note. (CMIIW is one of my gods). This is written in 2011, hence it might or might not work with latest update (if any).
This is the very basic and simplest example to access Google+ activities via its API, using HTML, JQuery and simple API key authentication.
All client side scripts. There is no server side scripts is being involved.
The only weakness of the codes is: I need to hide my API key somewhere in the server's inaccessible folder.
But it can be overcame when I use the code in real application, by deploying the HTML file into a web server.
Since it's contained in a HTML file, it can be utilized in non-native mobile application, such as HTML5 app runnable in mobile devices. I also imagine blog (Blogger, Wordpress) sidebar-plugin and browser's add-ons.
Subscribe to:
Posts (Atom)





