電子分頻其實是相對于功率分頻而言的,功率分頻指音頻信號經過放大器后輸入音箱,通過音響內部的分頻器對功率的信號進行分頻后,再輸出到各個單元。而電子分頻先通過電子濾波器將音頻信號濾波分出高、中、低后,在經過放大器分別輸出到對應的單元上,這樣功放就直接駁接揚聲單元了
標簽: 音響維修故障
上傳時間: 2015-05-21
上傳用戶:linchangc
matlab有限元網格劃分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.
標簽: matlab有限元網格劃分程序
上傳時間: 2015-08-12
上傳用戶:凜風拂衣袖
Use the fast Fourier transform function fft to analyse following signal. Plot the original signal, and the magnitude of its spectrum linearly and logarithmically. Apply Hamming window to reduce the leakage. . The hamming window can be coded in Matlab as for n=1:N hamming(n)=0.54+0.46*cos((2*n-N+1)*pi/N); end; where N is the data length in the FFT.
標簽: matlab fft
上傳時間: 2015-11-23
上傳用戶:石灰巖123
共軛梯度法為求解線性方程組而提出。后來,人們把這種方法用于求解無約束最優化問題, 使之成為一種重要的最優化方法。 共軛梯度法的基本思想是把共軛性與最速下降方法相結合, 利用已知點處的梯度構造一組共 軛方向, 并沿這組方向進行搜索, 求出目標函數的極小點。 根據共軛方向的基本性質, 這種 方法具有二次終止性。 在各種優化算法中, 共軛梯度法是非常重要的一種。 其優點是所需存 儲量小,具有步收斂性,穩定性高,而且不需要任何外來參數。 共軛方向 無約束最優化方法的核心問題是選擇搜索方向 . 在本次實驗中 , 我們運用基于共軛方向的一種 算法 — 共軛梯度法 三.算法流程圖: 四.實驗結果: (1). 實驗函數 f=(3*x1-cos(x2*x3)-1/2)^2+(x1^2-81*(x2+0.1)+sin(x3)+1.06)^2+(exp(-x1*x2)+20*x3+ 1/3*(10*3.14159-3))^2; 給定初始點 (0,0,0) , k=1 ,最 大迭代次數 n ? ? d 確定搜索方向 進 退 法 確 定 搜 索 區 間 分割法確定最 優步長
上傳時間: 2016-05-08
上傳用戶:saren11
Turbo C是美國Borland公司的產品,Borland公司是一家專門從事軟件開發、研制的大公司。該公司相繼推出了一套 Turbo系列軟件, 如Turbo BASIC, Turbo Pascal, Turbo Prolog, 這些軟件很受用戶歡迎
上傳時間: 2016-06-02
上傳用戶:yangljnwnu
KVM the Linux Virtual Machine Monitor
標簽: Machine Monitor Virtual Linux KVM The
上傳時間: 2016-08-12
上傳用戶:heart_2007
CAT823,CAT824和CAT825為電子系統提供基本的復位和監控功能。每個器件都能監控系統電壓,并且保持復位輸出直到電壓達到器件規定的跳變值為止,然后保持復位輸出有效的狀態直到器件內部定時器超時為止(最小定時時間為140ms)以使系統電源穩定。 CAT823和CAT824還有一個看門狗輸入,它可以用來監控系統信號,如果信號在超時狀態出現之前沒有成功的更改狀態,它還可以發布復位。 CAT823和CAT825還提供手動復位輸入,如果復位管腳下拉為低電平,它可以用來初始化復位。該輸入可以直接連接到按鈕或者處理器信號。
上傳時間: 2016-12-30
上傳用戶:a1105520587
程序流程語句 1、 if 語句 2、 switch 語句 3、 while 語句 4、 for 語句 5、循環的嵌套 6、其他流程控制語句
上傳時間: 2017-03-10
上傳用戶:qlxxx
類似于谷歌日歷一樣js的日歷插件 fullcalendar是一款jQuery日程管理控件,提供了豐富的屬性設置和方法調用,官網下載地址http://fullcalendar.io/download,目前最新版本是3.3.1。 只要調用$('#calendar').fullcalendar(options)即可初始化,初始化配置中events、eventSources、select和eventClick是必須設置項。
標簽: fullcalendar-js 插件
上傳時間: 2017-04-04
上傳用戶:monidianzi
關于stockwell transform的學位論文
上傳時間: 2017-06-10
上傳用戶:yyy344