Generation of AWGN as a function of ExN0
資源簡介:Generation of AWGN as a function of ExN0
上傳時間: 2014-12-01
上傳用戶:450976175
資源簡介:We simulate uncoded BER of BPSK modulated data as a function of SNR -in an AWGN channel -in a Rayleigh fading channel -in an AWGN channel when direct sequence spreading is used and compare results to the theoretical ones. We ass...
上傳時間: 2014-01-11
上傳用戶:1109003457
資源簡介:This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(Analytic Method)
上傳時間: 2017-03-30
上傳用戶:鳳臨西北
資源簡介:The problem of ¯ nding a linear discriminant function will be formulated as a problem of minimizing a criterion function
上傳時間: 2014-11-30
上傳用戶:15071087253
資源簡介:BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of th...
上傳時間: 2014-01-13
上傳用戶:youth25
資源簡介:using mscomm controller to develop a function of serial communication in delphi language
上傳時間: 2015-10-21
上傳用戶:變形金剛
資源簡介:As a result of additional product testing and evaluation, some specifications published in the S3C2440A User s Manual, Revision 0.01, have been changed. These changes are described in detail in the Revision Descriptions section below.
上傳時間: 2015-11-30
上傳用戶:coeus
資源簡介:The equation is written as a system of two first order ODEs. These are evaluated for different values of the parameter Mu. For faster integration, we choose an appropriate solver based on the value of the parameter Mu.
上傳時間: 2013-12-25
上傳用戶:qazxsw
資源簡介:Installer of grub as a floppy image.
上傳時間: 2016-01-25
上傳用戶:2525775
資源簡介:The Vim editor (or Vi IMproved) was first released by Bram Moolenaar in November 1991 as a clone of the Unix editor vi for the Amiga platform. The first release of Vim for the Unix platform was out a year later and right away, it started t...
上傳時間: 2017-02-11
上傳用戶:hoperingcong
資源簡介:A sample program to demonstrate the usage of regex() regular expression function of the C language in linux.
上傳時間: 2017-04-02
上傳用戶:lacsx
資源簡介:example of php of a form to program a function of add to a database in sql server
上傳時間: 2013-12-15
上傳用戶:FreeSky
資源簡介:This thesis presents a comprehensive overview of the problem of facial recognition. A survey of available facial detection algorithms as well as implementation and tests of di鏗€erent feature extraction and dimensionality reduction methods...
上傳時間: 2017-05-05
上傳用戶:royzhangsz
資源簡介:Plait distance machine, very friendly of download line, a lot of list slice machine all can total use
上傳時間: 2013-12-17
上傳用戶:450976175
資源簡介:finding subsets of variables using a variety of different algorithms
上傳時間: 2014-01-25
上傳用戶:王慶才
資源簡介:This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and comp...
上傳時間: 2016-03-22
上傳用戶:qlpqlq
資源簡介:Defines and Computes the Differentiation Kernel, the kernel of the inverse heat conduction problem as a function of s and r. Note: you will need to select some value Nmax at which to terminate the infinite sums in SVE of the kernel
上傳時間: 2014-01-23
上傳用戶:R50974
資源簡介:% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最優的群體即為...
上傳時間: 2015-07-16
上傳用戶:Altman
資源簡介:Quantum Platform(QP) is a family of very lightweight, state machine-based frameworks for embedded systems. QP enables developing well-structured embedded applications as a set of concurrently executing hierarchical state machines (UML state...
上傳時間: 2015-12-22
上傳用戶:jichenxi0730
資源簡介:Abstract—Wireless networks in combination with image sensors open up a multitude of previously unthinkable sensing applications. Capable tools and testbeds for these wireless image sensor networks can greatly accelerate development of c...
上傳時間: 2013-12-03
上傳用戶:D&L37
資源簡介:The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte c...
上傳時間: 2014-01-15
上傳用戶:壞天使kk
資源簡介:Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, ...
上傳時間: 2014-11-15
上傳用戶:caiiicc
資源簡介:This program displays all SMBIOS/DMI information within the BIOS. The information is organized as a series of Structures each of which is a certain Type. For more details, see a copy of the SMBIOS specification "System Management BIOS Re...
上傳時間: 2014-08-11
上傳用戶:wweqas
資源簡介:Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negati...
上傳時間: 2017-04-08
上傳用戶:邶刖
資源簡介:? Telecommunication, satellite links and set-top boxes allrequire tuning a high frequency oscillator. The actualtuning element is a varactor diode, a 2-terminal device thatchanges capacitance as a function of reverse bias voltage.1 The o...
上傳時間: 2013-12-20
上傳用戶:ABCDE
資源簡介:1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 ...
上傳時間: 2016-04-16
上傳用戶:waitingfy
資源簡介:I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,since PB does not * // support "Address of function" , so we can not set new * // WndProc, just makes the object more easy to use. ...
上傳時間: 2014-01-14
上傳用戶:lx9076
資源簡介:This file is a function under matlab which allow to compute and plot fast fourier transform of a signal. We can observe the effect of the signal parameter can be changed such as frequency and N points.
上傳時間: 2017-06-27
上傳用戶:米卡
資源簡介:This file is a function under matlab which allow to compute several statistical parameter of random signal such as variance, power, mean values, std, ...
上傳時間: 2017-06-27
上傳用戶:ruixue198909
資源簡介:The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: gain and time constants) is ...
上傳時間: 2013-12-01
上傳用戶:rocwangdp