This software is a Matlab implementation of restricted sampling from Gaussian distribution, and sample x (column VECTOR) from N(x_mu, x_var), restricted in x_min<=x<=x_max.
標簽: implementation distribution restricted Gaussian
上傳時間: 2016-12-30
上傳用戶:6546544
Description The MUSIC algorithm, proposed by Schmidt, first estimates a basis for the noise subspace and then determines the peaks the associated angles provide the DOA estimates. The MATLAB code for the MUSIC algorithm is sampled by creating an array of steering VECTORs corresponding to the angles in the VECTOR angles.
標簽: Description algorithm estimates proposed
上傳時間: 2013-12-08
上傳用戶:hgy9473
Q: 我應該怎樣處理內存泄漏? A: 很簡單,只要寫“不漏”的代碼就完事了啊。顯然,如果你的代碼到處是new、delete、指針運算,那你想讓它“不漏”都難。不管你有多么小心謹慎,君為人,非神也,錯誤在所難免。最終你會被自己越來越復雜的代碼逼瘋的——你將投身于與內存泄漏的奮斗之中,對bug們不離不棄,直至山峰沒有棱角,地球不再轉動。而能讓你避免這樣困境的技巧也不復雜:你只要倚重隱含在幕后的分配機制——構造和析構,讓C++的強大的類系統來助你一臂之力就OK了。標準庫中的那些容器就是很好的實例。它們讓你不必化費大量的時間精力也能輕松愜意地管理內存。我們來看看下面的示例代碼——設想一下,如果沒有了string和VECTOR,世界將會怎樣?如果不用它們,你能第一次就寫出毫無內存錯誤的同樣功能代碼嗎?
標簽: 內存泄漏
上傳時間: 2017-01-25
上傳用戶:alan-ee
本文檔介紹了如何使用各種內嵌工具,函數和其他一些小技巧來加強使用matlab的速度和效率,是廣大愛好者必讀的文檔。具體內容請參閱文檔。 Learn how to use the Profiler tool, VECTORized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column VECTOR, bounding a value without if statements, and repeating/tiling a VECTOR without repmat. Contents: * The Profiler * Array Preallocation * JIT Acceleration * VECTORization * Inlining Simple Functions * Referencing Operations * Numerical Integration * Signal Processing * Miscellaneous Tricks
上傳時間: 2013-12-11
上傳用戶:cuiyashuo
這是一個Quartus的工程文件和verilog代碼,講如何把memory 變成VECTOR
上傳時間: 2017-03-07
上傳用戶:趙云興
In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for uniformly quantized synchronous code division multiple access (CDMA) signals in additive white Gaussian noise (AWGN) channels.This project is mainly based on the representation of uniform quantizer by gain plus additive noise model. Based on this model, we derive the weight VECTOR and the output signal-to-interference ratio (SIR) of the MMSE receiver. The effects of quantization on the MMSE receiver performance is characterized in a single parameter named 鈥漞quivalent noise variance鈥? The optimal quantizer stepsize which maximizes the MMSE receiver output SNR is also determined.
標簽: mean-square multiuser receiver project
上傳時間: 2014-11-21
上傳用戶:ywqaxiwang
一個全排列算法的實現,利用了C++模板技術以及STL 中的 VECTOR
標簽: 算法
上傳時間: 2013-12-29
上傳用戶:gmh1314
統計模式識別工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,Feature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support VECTOR and other Kernel Machines
標簽: Statistical Recognition Pattern Toolbox
上傳時間: 2014-01-03
上傳用戶:璇珠官人
how to add arrays * Use of const (constant) values. * Creation of VECTORs. * Passing VECTORs as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * The increment operators (++). * Selection structures (if-else statements). * Use of the .size, .empty, .begin, .insert, .erase, .resize, .clear and .swap VECTOR class member functions.
標簽: Creation constant Passing VECTORs
上傳時間: 2017-04-25
上傳用戶:1079836864
Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the VECTOR, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more
標簽: null-terminated Tokenize Create string
上傳時間: 2014-01-18
上傳用戶:yph853211