-
DigitalFilter
此源码中包含了ButterWorth高通、低通,带通MATLAB仿真,Chebyshev高通、低通,带通MATLAB仿真,还有Notch,Peak MATLAB 仿真(This source includes ButterWorth high-pass, low pass, band pass MATLAB simulation, Chebyshev high-pass, low pass, band pass MATLAB simulation, as well as Notch, Peak MATLAB simulation)
- 2010-06-17 11:09:54下载
- 积分:1
-
filtcheb
this code is about Band pass filter.
- 2014-09-22 17:52:53下载
- 积分:1
-
Vibration-confidence-time-domain-
工程中,振动信号有在时域与频域两种分析方法,该文件是其在时域中的分析处理方法(Project, the vibration signals in the time domain and frequency domain two analysis methods, the document shall be processed in the time domain analysis method)
- 2013-06-03 18:50:37下载
- 积分:1
-
FNNMATLAB
说明: 一个模糊神经网络解耦的MATLAB程序,希望对大家有帮助(A fuzzy neural network decoupling of the MATLAB program, we want to help)
- 2010-04-03 16:52:58下载
- 积分:1
-
dianyong
对含高斯噪声背景下的电泳信号进行消噪,在信号检测中有很好的参考价值。(signal denoising)
- 2010-05-18 01:13:07下载
- 积分:1
-
2
说明: High Capacity Secure Image Steganography Based on
- 2014-10-03 05:29:10下载
- 积分:1
-
近场与远场衍射的matlab模拟
以D-fft方法计算任意物屏的近场与远场衍射(The fresnel and fraunhofer diffraction of arbitrary screen calculated by D- FFT method)
- 2021-05-10 09:38:33下载
- 积分:1
-
guiji
利用MATLAB程序逐个统计图像的边界点,并存入矩阵(MATLAB program using statistical image boundary points one by one, and deposited matrix)
- 2010-08-04 21:58:23下载
- 积分:1
-
ASLC_ULA
为了对付从旁瓣进入的有源干扰,采用4个辅助天线,采样后求相消权值,加权后和主通道对消(the matlab code for slc alogorithm simulation)
- 2020-07-29 15:28:39下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1