This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements. By Daniel Perez Palomar (last revision: May 10, 2004). Feel free to distribute this file as it is (without including any modifications).
資源簡介:This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements. By Daniel Perez Palomar (last revision: May 10, 2004). Fe...
上傳時間: 2013-12-19
上傳用戶:dsgkjgkjg
資源簡介:This function seperates a 2D matrix into its X and Y components if by definition the kernel is seperable (rank==1).
上傳時間: 2013-12-26
上傳用戶:葉山豪
資源簡介:this code is a parallel programming code . such code is esay but is very useful to understand how to write the parallel code.
上傳時間: 2013-12-29
上傳用戶:
資源簡介:This function synthesizes a (speech) signal based on a LPC (linear- % predictive coding) model of the signal.
上傳時間: 2013-12-19
上傳用戶:dbs012280
資源簡介:This function takes a 16-, 24-, or 32-byte key and generates the RC6 key schedule in array S.
上傳時間: 2013-12-16
上傳用戶:wl9454
資源簡介:The source code for "C++ Solutions". This book is a companion to the book that is widely recognized as "the C++ bible": The C++ Programming Language (third edition) by Bjarne Stroustrup. If you re a programmer, Bjarne s book comes very high...
上傳時間: 2014-01-22
上傳用戶:努力努力再努力
資源簡介:This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Micro...
上傳時間: 2016-03-29
上傳用戶:gut1234567
資源簡介:// This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to...
上傳時間: 2014-01-18
上傳用戶:liglechongchong
資源簡介:// This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to...
上傳時間: 2016-04-12
上傳用戶:qb1993225
資源簡介:This Project implements a real-time operating system that can handle a SD/MMC Card unit
上傳時間: 2013-12-22
上傳用戶:520
資源簡介:This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units...
上傳時間: 2015-06-28
上傳用戶:qiao8960
資源簡介:This is is a bridge IP core to interface the Tensilica PIF bus protocol with the OpenCores WishBone. It currently supports single-cycle as well as burst transfer operations. The core has been tested in a master-PIF slave-WB configuration.
上傳時間: 2013-12-21
上傳用戶:gonuiln
資源簡介:This document specifies a collection of compiler directives, library routines, and environment variables that can be used to specify shared-memory parallelism in C, C++ and Fortran programs. This functionality collectively defines the spe...
上傳時間: 2013-12-25
上傳用戶:shinesyh
資源簡介:The ICA/BSS algorithms are pure mathematical formulas, powerful, but rather mechanical procedures: There is not very much left for the user to do after the machinery has been optimally implemented. The successful and efficient use of the IC...
上傳時間: 2015-03-31
上傳用戶:silenthink
資源簡介:This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the time and storage required for a matrix operation such as factoring S into its Cholesky decomposition
上傳時間: 2016-01-14
上傳用戶:奇奇奔奔
資源簡介: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.
上傳時間: 2017-06-27
上傳用戶:cooran
資源簡介: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
資源簡介:This software aims to create an applet and panel tools to manage a wireless interface card, such as IEEE 802.11 cards. The development will focus on Linux, as this is the most accessible platform, but will expand as we get access to more pl...
上傳時間: 2013-12-10
上傳用戶:semi1981
資源簡介: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
資源簡介:this code is a simulator to simulate the paging system such as first come first service. the comment in this code can help you to run it.
上傳時間: 2014-01-03
上傳用戶:Late_Li
資源簡介:A 8051 assembler .any one can learn how to write assembler in this example.and this function code has been work well for a 8051 assemble.
上傳時間: 2016-02-16
上傳用戶:王小奇
資源簡介: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
資源簡介:This program is a new way to estimate the coherence function. It s based on the MVDR and is much more reliable than the classical Welch s method implemented in MATLAB. There are 2 programs: the main program called coherence_MVDR.m and an...
上傳時間: 2016-07-03
上傳用戶:athjac
資源簡介:// chebysheve outlier detection // this function is used to detect the abnormal value among a set of data // input: // delta: a set of data // flag: discribe which data is already known as outlier // p: restrict level // output: // ...
上傳時間: 2013-11-30
上傳用戶:13517191407
資源簡介:This function checks the mailbox to see if a message is available. Unlike OSMboxPend(), OSMboxAccept() does not suspend the calling task if a message is not available.
上傳時間: 2014-12-04
上傳用戶:hphh
資源簡介:This will give a Area under a function in Parallel environment
上傳時間: 2013-11-29
上傳用戶:aeiouetla
資源簡介: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
資源簡介:Here is transmitter function in matlab. ofdmsimulationresult. Hope this help you a lot to learn the basic
上傳時間: 2017-06-23
上傳用戶:lacsx
資源簡介:This file is a function under matlab which allow to read, play and plot audio signals from wav file. We can also extract the sampling frequency and coding bit number
上傳時間: 2014-01-25
上傳用戶:diets