Introduction - If you have any usage issues, please Google them yourself
		 
 The Wavelet Neural Network
 This is simple example for using of modified Morlet neural network.
 Levenberg-Marquardt with numerical Jacobian calculation implemented.
 Easy to use with other optimization algorithem e.g GA,PSO, etc.
 The function "xox_lm" may be useful for other optimization problem easily.
 The function "xox_jacobian" may be useful for Jacobian calculation easily.
 The function "NN_fcn" may be used by the evolutionary based neural network.
 The activation function "modified Morlet" will be replaceable by others.