The Rayleigh Integral Method is useful in computing the acoustic properties of a flat panel radiating into a half space.
標簽: properties computing Rayleigh Integral
上傳時間: 2015-12-07
上傳用戶:youmo81
Linux內核進程管理 1、linux進程管理的模塊組織框架 2、相關數據結構。 3、進程調度原則,調度算法,。 4、進程的創建和運行管理。 5、進程間通訊。 6、更多的技術 進程調度和中斷處理交接 進程管理涉及的內核機制:bottom-half處理,等待隊列 Linux/SMP的進程管理和調度技術 7、概述2.4的新特點
上傳時間: 2013-12-29
上傳用戶:ZJX5201314
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet. For eg:-wavelets can be haar, db1, db2,dmey............... Decomposition can be viewed in figure. (Please note that select 256X256 image for better result.) Then compression can performed, PERFL2 give compression score. Then reconstruction can be performed. Each decompsition we can choose different threshold values. For each threshold value we can calculate mse,psnr,pq(picture quality), bit ratio etc. To get pq install pqs function .
標簽: decomposition recostruct compress wavelets
上傳時間: 2016-01-22
上傳用戶:liuchee
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system The required precision is =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
標簽: Gauss-Seidel iterative following methods
上傳時間: 2016-02-06
上傳用戶:zmy123
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood sequence estimation (MLSE) equalizer. The MLSE equalizer is first invoked with perfect channel knowledge, then with a straightforward but imperfect channel estimation technique.
標簽: performance equalizers Adaptive several
上傳時間: 2016-02-16
上傳用戶:yan2267246
將數字時間轉換為英語口語表達形式,控制臺形式。其實核心代碼為一個類,可以自己修改輸出形式。 比如輸入 8 15 10 45 5 30 2 20 2 40 0 0 就能轉換為: It s twenty past eight It s a quarter past eight It s a quarter to eleven It s half past five It s twenty past two It s twenty to three 注意: 輸入 0 0 后結束并顯示結果 方式為每行兩個數,中間用空格空開 第一個數0到12表示小時,第二個數0到59表示分鐘
上傳時間: 2013-12-09
上傳用戶:大融融rr
The first task at hand is to set up the endpoints appropriately for this example. The following code switches the CPU clock speed to 48 MHz (since at power-on default it is 12 MHz), and sets up EP2 as a Bulk OUT endpoint, 4x buffered of size 512, and EP6 as a Bulk IN endpoint, also 4x buffered of size 512. This set-up utilizes the maximum allotted 4-KB FIFO space. It also sets up the FIFOs for manual mode, word-wide operation, and goes through a FIFO reset and arming sequence to ensure that they are ready for data operations
標簽: appropriately The endpoints following
上傳時間: 2013-12-02
上傳用戶:dianxin61
自己編的matlab程序。用于模式識別中特征的提取。是特征提取中的Sequential Forward Selection方法,簡稱sfs.它可以結合Maximum-Likelihood-Classifier分類器進行使用。
標簽: Sequential Selection Forward matlab
上傳時間: 2016-04-02
上傳用戶:ma1301115706
// // Histogram Sample // This sample shows how to use the Sample Grabber filter for video image processing. // Conceptual background: // A histogram is just a frequency count of every pixel value in the image. // There are various well-known mathematical operations that you can perform on an image // using histograms, to enhance the image, etc. // Histogram stretch (aka automatic gain control): // Stretches the image histogram to fill the entire range of values. This is a "point operation," // meaning each pixel is scaled to a new value, without examining the neighboring pixels. The // histogram stretch does not actually require you to calculate the full histogram. The scaling factor // is calculated from the minimum and maximum values in the image.
標簽: Sample Histogram Grabber sample
上傳時間: 2013-12-15
上傳用戶:ryb
北京大學ACM題 Here is a geometric problem. You have an angle and some squares in the first quadrant of the plane rectangular coordinates. The vertex of the angle is fixed on the origin O of the coordinates, and both of its radial lines are specified by the input. The sizes of the squares are also specified by the input, and the squares can shift vertically and horizontally. Now your job is to use the squares and the radial lines of the angle to enclose the maximum area, which excludes the area of the squares (see Figure 1). You should note that the edges of the squares must be parallel to the axes.
標簽: geometric quadrant problem squares
上傳時間: 2013-12-25
上傳用戶:ynzfm