Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian distribution. cmeans - C-means (or K-means) clustering algorithm. mahalan - Computes Mahalanobis distance. pdfgauss - Computes probability for Gaussian distribution. pdfgmm - Computes probability for Gaussian mixture model. sigmoid - Evaluates sigmoid function.
標簽: distribution Probability estimation functions
上傳時間: 2016-04-28
上傳用戶:13188549192
The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2. The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) output-(multi) input samples. The returned model has the form 1) if input1 is A11 and input 2 is A12 then output =f1(input1,input2) 2) if input1 is A21 and input 2 is A22 then output =f2(input1,input2) 看不懂,據高手說,非常有用。
標簽: identification neuro-fuzzy implemented analysis
上傳時間: 2014-01-12
上傳用戶:zgu489
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
此程序實現構造小波基,希望對大家有用 periodic_wavelet.m function ss=periodic_wavelet
標簽: 程序
上傳時間: 2013-12-19
上傳用戶:thinode
Generate the digital AWGN signal n[k] (sampled n(t)) by generating zero mean Gaussian random variables independently (separately) for each k MATLAB function random.
標簽: generating Generate Gaussian digital
上傳時間: 2014-01-15
上傳用戶:sammi
1.. 需要jdom.jar和bsf.jar,否則無法跟spring整合. 2.. dwr生成的javascript函數會自動加一個回調函數的參數,如原來的函數是checkExist(String name),那么生成的javascript函數是checkExist(callbackFunc,String name). 3.. 注意回調函數只能有一個參數,就是服務器的返回值,如function(messFromServer),這里messFromServer是該操作在服務器上的返回值. 4.. util.js里面有很多有用的方法,最好熟悉一下. 5.. convert并不是必須的,只有你的函數需要傳遞非基本數據類型的數據時需要此項. 我需要增強的,dom操作,javascript
標簽: checkExist javascript jar String
上傳時間: 2016-05-06
上傳用戶:壞壞的華仔
This exercise is aimed at exploring how rate control and adaptation of carrier sense threshold can affect spatial reuse (and hence aggregate throughput) in a multi-hop network.
標簽: adaptation exploring threshold exercise
上傳時間: 2016-05-07
上傳用戶:D&L37
This folder has some scritps that you may find usefull. All of it comes from questions that I ve received in my email. If you have a new request/question, feel free to send it to marceloperlin@gmail.com. But please, don t ask me to do your homework. Passing_your_param0 This folder contains instructions (and m files) for passing you own initial parameters to the fitting function. I also included a simple simulation script that will create random initial coefficients (under the proper bounds) and fit the model to the data.
標簽: that questions scritps usefull
上傳時間: 2013-12-28
上傳用戶:netwolf
Swarm是一個非常有用的仿真工具,這是Swarm的Java程序編寫教程,從最簡單的程序開始一步一步教會讀者如何使用Swarm來編寫程序,最終依據所建立的數學模型實驗Multi-agent的仿真
上傳時間: 2016-05-08
上傳用戶:ruan2570406
Image Compression A collection of simple routines for image compression using different techniques. 圖象壓縮的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.
標簽: Compression compression collection different
上傳時間: 2016-05-11
上傳用戶:磊子226