A short tour on wavelets. This documents describes general aspects in wavelet field. It concerns a mathematical approach and can be used as a teaching material.
标签: documents describes concerns wavelets
上传时间: 2017-06-14
上传用户:ynzfm
This is a program that I wrote many years ago. It is a floppy disk , disk copy,disk info,and format program. All written in masm assembler. There is also a small 252 byte driver that allows nonstandard floppy formats on dos systems below 7.0. Floppies can be formatted in any track and sector layout. 1.44M floppies can be formatted to 1.76 M. All source code,includes and libraries are included. Modify the bld.bat file to your own needs. There are many asm tricks in the source code. Have fun with this old code.
标签: disk program floppy format
上传时间: 2013-12-21
上传用户:woshini123456
This file is a function under matlab which allow to compute and plot Amplitude modulation : AM. We can observe the effect of the information parameter can be changed such as amplitude and modulation ratio m.
标签: modulation Amplitude function compute
上传时间: 2017-06-27
上传用户:cooran
The zip file contais a sample program to check the sybase database connectivity. I ve attached the makefile as well for compilation on windows. Usage : test_conn <sybaseservername> <dbname> <username>
标签: connectivity the attached database
上传时间: 2017-06-28
上传用户:luke5347
This simulation script set allows for an OFDM transmission to be simulated. Imagetx.m generates the OFDM signal, saving it as a windows WAV file. This allows the OFDM signal to be played out a sound card and recorded back. Imagerx.m decodes the WAV to extract the data.
标签: transmission simulation generates simulated
上传时间: 2013-12-24
上传用户:希酱大魔王
This inspired me to make this tool. This tool is not a professional one but shows an example which makes use of the System.Diagnostics namespace. With this tool, you can write small console based Java programs, compile and run. Just a way to practically learn Java.
标签: This tool professional inspired
上传时间: 2014-01-10
上传用户:561596
A digital filter structure for wideband filtering is proposed. It consists of two allpass filters and a linearphase FIR filter. One major advantage of this structure is that the allpass filters are functions of zM which implies that the maximal sample frequency is M times higher for this structure than for the corresponding conventional structures.
标签: structure filtering consists proposed
上传时间: 2014-01-21
上传用户:weixiao99
This is a support vector machine program developed based on quadprog. Polynomial and RBF kernel are supported. Test it by executing example.m with supported data.
标签: Polynomial developed quadprog support
上传时间: 2014-01-04
上传用户:ddddddos
list of matlab m-files on matlab 7.0. learning , support vector machine and some utility routines : autocorrelation, linearly scale randomize the row order of a matrix
标签: matlab learning routines m-files
上传时间: 2017-07-24
上传用户:evil
Two scripts are included here. 1. convsys.m - combines the state space representation of two systems connected in series. [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) This algorithm gives the convolution of two state space representations | A1 B1 | | A2 B2 | u ==> | | ==> | | ==> y | C1 D1 | | C2 D2 | The algorithm also accepts state space objects as inputs and gives out a state space object as output. 2. sysfeedbk.m [Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2) Gives the closed loop state space representation for two systems connected with negative feedback in the following manner. | A1 B1 | u ==> | | ==> y + o | C1 D1 | | - | | | | A2 B2 | | |= | |= | | C2 D2 | The zip file also contains checkcompatibility.m , which checks the compatibility of matrix dimensions in the system and cleanss.m which can be used to clean a state space representation.
标签: representation included combines scripts
上传时间: 2017-07-25
上传用户:semi1981