工程計算MATLAB code to calculate the reorthogonalized sine tapers input: N = the length of the time series data to be tapered p = the number of tapers requested I = the gap structure a vector of length N I(t) = 1 if there is data at time t, t=1, ..., N I(t) = 0 if there is a gap at time t output: X = N-by-p vector of the reorthogonalized sine taper
標簽: the reorthogonalized calculate MATLAB
上傳時間: 2013-12-17
上傳用戶:wangyi39
PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly
標簽: PIECEWISE_EVAL breakpoints evaluates piecewise
上傳時間: 2014-01-25
上傳用戶:xyipie
MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests. The IRQ flags of the 7 interrupt are controlled by the interrupt event occurring. But the IRQ flag set doesn t mean the system to execute the interrupt vector. The IRQ flags can be triggered by the events without interrupt enable. Just only any the event occurs and the IRQ will be logic "1".
標簽: multi-interrupt MODE_Switch Processing interrupt
上傳時間: 2013-12-04
上傳用戶:zhichenglu
The objective of this projectis to design, model and simulate an autocorrelation generator circuit using 4-bit LFSR. the register and LFSR will used D flip-flop and some gates. By the autocorrelation concept, there should be 2 same length vectors, for calculating the autocorrelation , we have to design the register for storing the original vector and the shifter for make time delay.
標簽: autocorrelation objective generator projectis
上傳時間: 2015-08-17
上傳用戶:ikemada
一個德國人Kasper Peeters用C++ template寫的tree的STL實現,并和STL其他容器vector,map一樣,提供標準STL接口,供用戶調用。非常有參考價值,說明文檔參見tree.pdf。
標簽: template Peeters Kasper tree
上傳時間: 2014-11-29
上傳用戶:gououo
If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
標簽: sorted individually respect vectors
上傳時間: 2015-09-23
上傳用戶:comua
This lab exercise will cover the use of AccelDSP’s design exploration capabilities that include mapping variables to memory and unrolling loop and vector operations. You will learn how to create different hardware architectures without modifying the MATLAB source to explore different area/performance tradeoffs.
標簽: capabilities exploration AccelDSP exercise
上傳時間: 2014-12-22
上傳用戶:eclipse
FDTD !-- Fortran code for FDTD with Berenger PMLs, version 1.0, May 1999 !-- by Jos Bergervoet. !-- Plot field and/or Poynting vector S around radiating linear dipole
標簽: Bergervoet Berenger Fortran version
上傳時間: 2015-10-02
上傳用戶:zhuimenghuadie
用STL實現快速排序,使用vector。
上傳時間: 2014-01-08
上傳用戶:stampede
基于libsvm,開發的支持向量機圖形界面(初級水平)應用程序,并提供了關于C和sigma的新的參數選擇方法,使得SVM的使用更加簡單直觀.參考文章 Fast and Efficient Strategies for Model Selection of Gaussian Support Vector Machine 可google之。
標簽: libsvm
上傳時間: 2015-10-16
上傳用戶:cuibaigao