-
cxn_Waveletpacket
对信号进行小波包分解,得出能量分布图,然后根据分解结果处理信号!(Wavelet packet decomposition of signals obtained energy distribution and signal processing based on decomposition!)
- 2010-09-24 12:25:01下载
- 积分:1
-
MIMO_OFDM_Simulator
本文的程序实现在屏幕上随机产生不同大小的雪花,并以不同的速度下降。相对于第一版,它在很多性能上做了优化,直接在桌面的上下文中绘制雪花。而且,现在也通过RedrawWindow,实现在桌面的图标(如任务栏)上绘制雪花了。你可以用它来学习GDI。(Falling Snow on Your Desktop! Part II This article explains how to create an application that makes it snow on the desktop. Since my previous article was published, I received many user inquiries about how to improve the program. This article demonstrates how to create snow flakes that fall on your desktop, by using the draw functions directly in the desktop context. When the application starts, it creates an array of snow flakes and starts the timers for each flake. Manipulation of the RedrawWindow function allows the drawing of flakes behind and over the desktop icons, making the application more impressive. )
- 2010-08-31 17:22:31下载
- 积分:1
-
CHANNEL_EQUALIZATION_WITH_ADAP_LMS_and_RLS
Graphics function for Communications Toolbox equalization demo.
- 2010-01-08 05:21:13下载
- 积分:1
-
bothilids00
detect eyelids on eye images
- 2012-04-24 19:01:14下载
- 积分:1
-
gray_base
灰色模型基础程序,可以供正在数学建模的人使用(Gray model-based procedures, can be used for people who are using mathematical modeling)
- 2011-08-23 19:18:15下载
- 积分:1
-
morphology
The morphology operation to read the image and convert the rgb2gray, and convert in to the binaring the input image.Adding the binary noise to the image next the input image to make text in white and
background in black. Next do the two operation dilation and erosion.
- 2014-10-08 13:17:01下载
- 积分:1
-
equal-area-critirea
E=input( enter the generator voltage: )
V=input( enter the infinite bus voltage: )
Gx=input( enter the reactance of generator: )
L1x=input( enter the line reactance: )
L2x=input( enter the line reactance: )
L3x=input( enter the line reactance: )
L4x=input( enter the line reactance: )
Pi=input( enter the input power: )
X1=Gx+L1x+((L2x*L3x)/(L2x+L3x))+L4x
Pm1=E*V/X1
DO=asin(Pi/Pm1)
A=((L2x*L3x)/(2*(L2x+L3x)))
C=A
B=((L3x/2)^2)/(L2x+L3x)
X2=(Gx+L1x+A)+(L4x+A)+(Gx+L1x+A)*(A+L4x)/B
Pm2=(E*V)/X2
X3=Gx+L1x+L2x+L4x
Pm3=(E*V)/X3
DC=input( enter the fault clearing angle: )
Dm=(3.14-asin(Pi/Pm3))
a1=quad( sin ,DO,DC)
A1=(Pi*(DC-DO)-Pm2*a1)
a2=quad( sin ,DC,Dm)
A2=Pm3*a2-Pi*(Dm-DC)
if(A2>=A1)
disp( the system is stable )
else
disp( the system is unstable )
end
Dcc=acos((Pi*(Dm-DO)-Pm2*(cos(DO))+Pm3*(cos(Dm)))/(Pm3-Pm2))
disp( critical clearing angle: )
Dcc
- 2012-09-11 22:46:05下载
- 积分:1
-
bp
说明: 三层bp matlab版,输入输出可选,训练样本可选(Three-bp matlab version, input and output optional optional training samples)
- 2010-01-25 11:07:12下载
- 积分:1
-
shangzai
文件包含三个子文件:dec.m,test_dec.m,recon.m
dec.m文件使用MATLAB语言自己动手编写小波分解算法;
test_dec.m使用MATLAB语言测试dec.m文件中自己编写的小波Mallat分解算法正确性
recon.m使用MATLAB语言自己动手编写Mallat重构算法
函数使用MATLAB语言,没有调用MATLAB小波分解函数,而是自己动手编写的小波Mallat算法对含噪声的信号进行分解、重构;这对对小波分解的初学者,加深对小波分解有着引导作用。(The file contains three sub file: dec.m, test_dec.m, recon.m
The dec.m file using the MATLAB language to write my own wavelet decomposition algorithm
Wavelet Mallat test_dec.m using MATLAB language test in the dec.m file to write your own decomposition algorithm correctness
Recon.m uses the MATLAB language to write my own Mallat reconstruction algorithm
Function of the use of MATLAB language, do not call the MATLAB wavelet function, wavelet Mallat algorithm but prepare yourself for decomposition and reconstruction of signals containing noise this pair of wavelet decomposition for beginners, deepen their understanding of the wavelet decomposition has a guide role.)
- 2014-08-18 10:08:27下载
- 积分:1
-
taoyen_V4.5
信号处理中的旋转不变子空间法,各种资源分配算法实现,FIR 底通和带通滤波器和IIR 底通和带通滤波器。( Signal Processing ESPRIT method, Various resource allocation algorithm, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.)
- 2016-12-28 23:03:21下载
- 积分:1