-
DSP6_MATLAB
无限冲激响应数字滤波器的设计中的各个例子的程序,希望对大家有用(infinite impulse response filter design examples of the various procedures in the hope that it may be useful to)
- 2006-12-24 17:05:40下载
- 积分:1
-
Untitled
将采集光纤光栅传感器信号进行加速度标定,积分成速度,并滤波(The collected signals are calibrated, integrated and filtered)
- 2017-06-30 10:10:21下载
- 积分:1
-
reynolds
利用matlab编程求解雷诺方程,用有限差分法将雷诺方程转换成非齐次的线性方程组(Reynolds equation solved using matlab programming, finite difference method will be converted to the Reynolds equation linear equations nonhomogeneous)
- 2017-03-13 19:00:55下载
- 积分:1
-
SAR_image-compress-sensing
SAR图像压缩感知 matlab代码 对应着汕大闫老师的那本压缩感知及其应用,有需要的可以看一下!!(SAR image compression matlab code that corresponds to the perception that this compressed sensing and its application Shantou Yan teacher in need can look at! !)
- 2021-02-22 16:09:41下载
- 积分:1
-
esprit算法对有干扰的信号频率进行估计
包含位置式PID算法、积分分离式PID,使用大量的有限元法求解偏微分方程,包含CV、CA、Single、当前、恒转弯速率、转弯模型。Matlab实现界面友好,esprit算法对有干扰的信号频率进行估计,最小均方误差等算法的MSE的计算。
- 2022-03-13 17:24:07下载
- 积分:1
-
Cellular-Neural-Network
细胞神经网络(CNN)是一种和人类神经网络非常相似的并行计算模型,各个邻接节点间有不同的通信。在本程序中A模型是反馈矩阵,B是控制矩阵。(Cellular neural network (CNN) is very similar to the human neural network model of parallel computation, all adjacent nodes have different communication. A model of this process is the feedback matrix, B is the control matrix.)
- 2010-09-13 10:29:54下载
- 积分:1
-
IDFT
Inverse of DFT in cpp language....
- 2010-09-24 22:12:46下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
ECG_ECG_data_matlab
医疗卫生心电信号ECG ECG data 数据,在matlab上的仿真(Medical and health data of ECG ECG ECG data, the simulation in matlab)
- 2010-08-14 21:24:54下载
- 积分:1
-
euler2
this code for guss method
- 2010-08-29 20:26:40下载
- 积分:1