This program uses the waterfilling to compute capacity
资源简介:This program uses the waterfilling to compute capacity
上传时间: 2013-12-31
上传用户:yzy6007
资源简介:This program uses the database created by MakeAPIDB. It opens a connection * to a database using the same property file used by MakeAPIDB. Then it * queries that database in several interesting ways to obtain useful * information abo...
上传时间: 2013-11-25
上传用户:miaochun888
资源简介:This program uses the HF flag of a FIFO to trigger reads, guaranteeing that the FIFO is never blocked for the writer, giving high throughput for the reader (bursts of D/2 = 128) and guaranteeing that the the reader will not be stuck in the ...
上传时间: 2016-05-05
上传用户:784533221
资源简介:This program uses the 2131 dev board s push buttons and seven-segment LED for limited keyboard functionality and is based on the EZ-USB firmware frameworks.
上传时间: 2013-12-07
上传用户:小码农lz
资源简介:This program uses a button to load a document from a URL
上传时间: 2015-07-03
上传用户:wang0123456789
资源简介:This program connect the database to Swing controls
上传时间: 2014-12-05
上传用户:1051290259
资源简介:The MEASURE program uses the analog inputs of the P89LPC935 to implement a datalogger. This example shows how you can use signal functions in uVision to simulate a signal coming into one of the analog inputs of the P89LPC935 controller.
上传时间: 2016-12-03
上传用户:songrui
资源简介:This program uses principle of the Image Processing to find center of circles.
上传时间: 2017-04-12
上传用户:xieguodong1234
资源简介:This book uses the Python language to teach pro - gramming concepts and problem -solving skills, without assuming any previous program- ming experience. With easy-to-understand examples, pseudocode, flowcharts, and other tools, the st...
上传时间: 2014-01-12
上传用户:独孤求源
资源简介:This experiment uses the Blackfi n BF533/BF537 EZ-KIT to run a simple FIR fi lter on stereo channels at a sampling frequency of 48 kHz. The CYCLE register is embedded in the main program ( process_data.c) to benchmark the time needed...
上传时间: 2013-12-27
上传用户:baiom
资源简介:This program configures the external memory interface and CAN to receieve data in a FIFO buffer and store the data in XRAM. Meant to receive data from another CAN device.
上传时间: 2015-05-07
上传用户:zhangyi99104144
资源简介:/* This program generates the DApkg.vhd file that is used to define * the DA filter core and gives its parameters and the contents of the * Distributed Arithmetic Look-up-table "DALUT" according to the DA algorithm
上传时间: 2015-07-07
上传用户:wangchong
资源简介:// This program measures the voltage on an external ADC input and prints the // result to a terminal window via the UART. // // The system is clocked using the internal 24.5MHz oscillator. // Results are printed to the UART from a loo...
上传时间: 2013-12-27
上传用户:trepb001
资源简介:This example uses the AIC23 codec module of the DM642 EVM Board Support * Library to generate a 1KHz sine wave on the audio outputs for 5 seconds.
上传时间: 2014-12-08
上传用户:lingzhichao
资源简介:getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up proper...
上传时间: 2014-01-05
上传用户:bibirnovis
资源简介:This project uses the capabilities of LabVIEW to determine the temperature of a thermistor
上传时间: 2014-01-05
上传用户:cainaifa
资源简介:This project uses the capabilities of LabVIEW and the data acquisition card to measure the power spectrum of an audio signal.
上传时间: 2017-03-21
上传用户:hn891122
资源简介:This program uses Markowitz portofolio theory to find combination of stocks in a portfolio which has minimum variance for expected returns
上传时间: 2017-05-07
上传用户:李彦东
资源简介:this program explains the K_means cluster Algorithm. and also direct to the best k value
上传时间: 2017-05-08
上传用户:fxf126@126.com
资源简介:This program illustrates the effect of alising of frequency leading to signal distortion,the output graph illustrates frequency respose due to alliasing,easy for students learning DSP
上传时间: 2017-05-30
上传用户:daguda
资源简介:This function calculates the ergodic and outage capacity of a MIMO Rayleigh channel considering no CSIT (equal power allocation) and perfect CSIT (waterfilling power allocation). In both cases perfect CSIR is assumed. The channel ...
上传时间: 2014-12-02
上传用户:pompey
资源简介:This example uses a timer to generate interrupt at a specific period. The timer event handler increments the event count and prints in stdout.
上传时间: 2014-06-25
上传用户:h886166
资源简介:This program makes the out put to the serial output port
上传时间: 2017-08-05
上传用户:tfyt
资源简介:This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! 查...
上传时间: 2015-04-13
上传用户:sclyutian
资源简介:This program prints the C8051F124 die temperature out the hardware UART at 115200bps. This example uses the internal 24.5MHz oscillator multiplied by 2 using the on-chip PLL (SYSCLK = 49MHz).
上传时间: 2014-01-12
上传用户:Avoid98
资源简介:using gpio of 2812 This program requires the DSP281x V1.00 header files. As supplied, this project is configured for "boot to H0" operation.
上传时间: 2013-12-21
上传用户:Andy123456
资源简介:This program requires the DSP2833x header files. // // This program requires an external I2C RTC connected to // the I2C bus at address 0x6f. // // As supplied, this project is configured for "boot to SARAM" // operation. ...
上传时间: 2017-07-12
上传用户:dianxin61
资源简介:This program requires the DSP2833x header files. // // As supplied, this project is configured for "boot to SARAM" // operation. The 2833x Boot Mode table is shown below. // For information on configuring the boot mode of an e...
上传时间: 2014-01-10
上传用户:lixinxiang
资源简介:This program is the database application that display datasets and add, delete, edit a dataset.
上传时间: 2014-01-06
上传用户:2404
资源简介:PID calculations for the _pid structure *a. This function uses the positional form of the pid equation, and incorporates an integral windup prevention algorithim. Rectangular integration is used, so this function must be repeated on a consi...
上传时间: 2014-01-16
上传用户:moerwang