support vector classification machine % soft margin % uses "kernel.m" % % xtrain: (Ltrain,N) with Ltrain: number of points N: dimension % ytrain: (Ltrain,1) containing class labels (-1 or +1) % xrun: (Lrun,N) with Lrun: number of points N: dimension % atrain: alpha coefficients (from svcm_train on xtrain and ytrain) % btrain: offest coefficient (from svcm_train on xtrain and ytrain) % % ypred: predicted y (Lrun,1) containing class labels (-1 or +1) % margin: (signed) separation from the separating hyperplane (Lrun,1
標簽: classification support machine Ltrain
上傳時間: 2015-09-04
上傳用戶:問題問題
曲譜存貯格式 unsigned char code MusicName{音高,音長,音高,音長...., 0,0} 末尾:0,0 表示結束(Important) 音高由三位數字組成: 個位是表示 1~7 這七個音符 十位是表示音符所在的音區:1-低音,2-中音,3-高音 百位表示這個音符是否要升半音: 0-不升,1-升半音。 音長最多由三位數字組成: 個位表示音符的時值,其對應關系是: |數值(n): |0 |1 |2 |3 | 4 | 5 | 6 |幾分音符: |1 |2 |4 |8 |16 |32 |64 音符=2^n 十位表示音符的演奏效果(0-2): 0-普通,1-連音,2-頓音 百位是符點位: 0-無符點,1-有符點 調用演奏子程序的格式 Play(樂曲名,調號,升降八度,演奏速度) |樂曲名 : 要播放的樂曲指針,結尾以(0,0)結束 |調號(0-11) : 是指樂曲升多少個半音演奏 |升降八度(1-3) : 1:降八度, 2:不升不降, 3:升八度 |演奏速度(1-12000): 值越大速度越快
標簽: MusicName unsigned char code
上傳時間: 2013-12-15
上傳用戶:671145514
計算矢量所在扇區的N模型,判斷當前的扇區
上傳時間: 2013-12-18
上傳用戶:kr770906
題目:N個進程的調度程序 算法:采用最高優先數優先的調度算法和先來先服務算法
上傳時間: 2013-12-21
上傳用戶:zjf3110
利用周期圖法對序列的功率譜進行估計。數據窗采用漢明窗。假設在白噪聲中分辨這三個不同頻率的正弦信號,其相位是均勻分布在2PI的獨立隨機變量,而 是一個單位白噪聲.生成50個長度為N=512的 的樣本序列集合。
上傳時間: 2013-12-15
上傳用戶:sammi
Hard-decision decoding scheme Codeword length (n) : 31 symbols. Message length (k) : 19 symbols. Error correction capability (t) : 6 symbols One symbol represents 5 bit. Uses GF(2^5) with primitive polynomial p(x) = X^5 X^2 + 1 Generator polynomial, g(x) = a^15 a^21*X + a^6*X^2 + a^15*X^3 + a^25*X^4 + a^17*X^5 + a^18*X^6 + a^30*X^7 + a^20*X^8 + a^23*X^9 + a^27*X^10 + a^24*X^11 + X^12. Note: a = alpha, primitive element in GF(2^5) and a^i is root of g(x) for i = 19, 20, ..., 30. Uses Verilog description with synthesizable RTL modelling. Consists of 5 main blocks: SC (Syndrome Computation), KES (Key Equation Solver), CSEE (Chien Search and Error Evaluator), Controller and FIFO Register.
標簽: symbols length Hard-decision Codeword
上傳時間: 2014-07-08
上傳用戶:曹云鵬
主要是用於arm s3c4510的開發板,我寫了一個7段顯示器與relocation記憶體搬移的程式希望大家喜歡
上傳時間: 2015-09-08
上傳用戶:R50974
這是一個關于長度為2的N次方的DCT算法演示程序.
上傳時間: 2015-09-08
上傳用戶:zhaoq123
VTS(VisuaI Test Shelf) V3.4.7的源代碼。VTS是美國國家聯邦實驗室N.I.S.T.所開發的BACnet協議下的報文的測試工具。BACnet(A Data Communication Protocol for Building Automation and Control Network)是由美國采暖、制冷和空調工程師協會制定的開放樓宇自動控制網絡數據通信協議。
標簽: BACnet N.I.S.T. VTS Communica
上傳時間: 2014-10-12
上傳用戶:壞天使kk
SDL_mixer 是一個基于 SDL 的混音器,它可使同時播放的多個音頻流混合成一個聲道播放
上傳時間: 2013-12-10
上傳用戶:sssl