虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

end-to-en-delay

  • Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form

    Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the examples that are misclassified by each classifier. icsiboost implements Adaboost over stumps (one-level decision trees) on discrete and continuous attributes (words and real values). See http://en.wikipedia.org/wiki/AdaBoost and the papers by Y. Freund and R. Schapire for more details [1]. This approach is one of most efficient and simple to combine continuous and nominal values. Our implementation is aimed at allowing training from millions of examples by hundreds of features in a reasonable time/memory.

    标签: meta-learning classifiers combining Boosting

    上传时间: 2016-01-30

    上传用户:songnanhua

  • The line echo canceller (LEC) is designed to provide the maximum attainable transparent voice qualit

    The line echo canceller (LEC) is designed to provide the maximum attainable transparent voice quality for de-echoing of a PSTN or POTS connection in voice-over-LAN systems with internal delays, or on a codec end of a telecom switch,基于TI 54X/55X平台

    标签: transparent attainable canceller designed

    上传时间: 2014-01-17

    上传用户:qoovoop

  • SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be

    SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is different from the open world in the internet communication. Operators must control who can access what content based on his rate plans. Also, based the content access results, the process will be recorded as the transaction records based on which billing statements can be generated to collected the money and shared by operators and content providers. I am working on the conceptual architecture level and the real implementation is very complicated due to too many types of service from different content providers to different types of devices based on the different types of the rate plans.

    标签: Service operators Delivery Platform

    上传时间: 2016-03-10

    上传用户:zycidjl

  • SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service be

    SDP, Service Delivery Platform, is more for telecom operators who want to manage the Data Service better delivered to the end device users by bridging with back-end content providers. Operators rely on the content provider to create & distribute data content to different types of devices. This is different from the open world in the internet communication. Operators must control who can access what content based on his rate plans. Also, based the content access results, the process will be recorded as the transaction records based on which billing statements can be generated to collected the money and shared by operators and content providers. I am working on the conceptual architecture level and the real implementation is very complicated due to too many types of service from different content providers to different types of devices based on the different types of the rate plans.

    标签: Service operators Delivery Platform

    上传时间: 2013-12-03

    上传用户:yph853211

  • // This program measures the voltage on an external ADC input and prints the // result to a termin

    // 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 loop with the rate set by a delay // based on Timer 2. This loop periodically reads the ADC value from a global // variable, Result.

    标签: the measures external program

    上传时间: 2013-12-27

    上传用户:trepb001

  • This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte

    This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an interrupt routine, where the AD-channel is put to Port4[2..0] and the upper nibble of the result is put to Port4[7..4]. Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board

    标签: will D-channels conversion continous

    上传时间: 2013-12-09

    上传用户:zm7516678

  • This example describes how to use the ADC and DMA to transfer continuously converted data from ADC

    This example describes how to use the ADC and DMA to transfer continuously converted data from ADC to a data buffer. The ADC is configured to converts continuously ADC channel14. Each time an end of conversion occurs the DMA transfers, in circular mode, the converted data from ADC1 DR register to the ADC_ConvertedValue variable. The ADC1 clock is set to 14 MHz.

    标签: continuously ADC describes converted

    上传时间: 2014-01-03

    上传用户:徐孺

  • This example provides a description of how to use a DMA channel to transfer a word data buffer fro

    This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED

    标签: description provides transfer example

    上传时间: 2016-04-24

    上传用户:ecooo

  • a screen handling program to provide a flashing message. You will have to design a screen layout f

    a screen handling program to provide a flashing message. You will have to design a screen layout for where messages are placed on the screen. You will also have to consider when to delay the program in order to give the user time to read the messages. That is, the program will use the curses library, signals and the sleep function.

    标签: screen handling flashing program

    上传时间: 2016-05-04

    上传用户:chongcongying

  • This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low

    This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed throughout the system to allow the user to observe operation of the system.

    标签: correlation receiver models system

    上传时间: 2013-12-25

    上传用户:yyyyyyyyyy