-
matlab
在数字通信系统中,滤波器是其中重要部件之一, 滤波器特性的选择直接影响数字信号的恢复。在数字信号接收中, 滤波器的作用有两个方面,第一是使滤波器输出有用信号成分尽可能强;第二是抑制信号带外噪声,使滤波器输出噪声成分尽可能小,减小噪声对信号判决的影响。
(In digital communication system, the filter is one of the important components of the filter characteristics of the choice of a direct impact on digital signal recovery. In the digital signal receiver, the filter s role is twofold, first is to filter the output useful signal components strong as possible the second is the signal-band noise suppression, so that filter output noise components as small as possible, reducing the noise on the signal the impact of decision.)
- 2008-01-03 16:08:59下载
- 积分:1
-
edge_detection
小波模极大值用于边缘提取,利用小波对奇异点处理,是很好的例子.(Wavelet Modulus Maxima used in edge extraction, the use of wavelet processing of singular points, is a good example.)
- 2008-01-14 16:11:09下载
- 积分:1
-
AmericanPut
用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述(Monte Carlo simulation to compute the price of American option)
- 2011-05-02 13:32:49下载
- 积分:1
-
Newton_Raphson
load flow technique for power system problems
- 2011-09-25 02:14:44下载
- 积分:1
-
zad1
add1.Use of regulators in the synthesis of classical control system
- 2010-12-04 03:55:20下载
- 积分:1
-
DDFS
任意波形发生器程序,由Matlab下的仿真工具箱中嵌入的DSPBuilder模块编写改程序,然后由QuatusII下载给FPGA——现场可编程逻辑器件,他最终通过硬件电路实现任意波形的输出(Arbitrary waveform generator procedure)
- 2010-05-20 11:39:42下载
- 积分:1
-
zhiliudianji
用simulink建立的直流电机模型,可以用来在电动汽车模拟中运行和分析(The DC motor model established by Simulink can be used in the simulation of electric vehicle.)
- 2020-07-03 05:20:02下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
two_modu
双载波的matlab解调程序,两个载波频率时的,频率是2M的解调,解调输出中幅度和相位均从第四个开始重复输入序列;
- 2010-12-31 01:09:41下载
- 积分:1
-
ICA_demo_fMRI
快速独立分量分析(FastICA)源码及ICA在MRI图像中应用的例程。(Fast independent component analysis (FastICA) and ICA source images in MRI applications routines.)
- 2008-08-10 20:47:17下载
- 积分:1