-
ECG1
基于MATLAB的串口收发程序,可以完成数据的接受,波形显示,存储,基于小波理论的消噪处理,对于学习MATLAB的GUI编程很有好处!(Serial transceiver based on MATLAB program to complete the data received, waveform display, storage, de-noising based on wavelet theory, processing, MATLAB-GUI programming for learning is very good!)
- 2009-09-16 21:53:24下载
- 积分:1
-
Classification_Parameter_Estimation_and_State_Est
hereby i m submitting this file
- 2009-04-20 14:05:29下载
- 积分:1
-
GMRES
GMRES算法,求解大型稀疏线性方程的快速数值解法,方便实时求解(GMRES algorithm is prosed to solve Large- scale sparse linear equations)
- 2020-12-10 20:29:19下载
- 积分:1
-
oo
说明: 直方图添加与去除椒盐噪声和高斯噪声并进行对比,以及直方图均衡化的matlab程序实现代码 (Add the histogram and remove the salt and pepper noise and Gaussian noise and contrast, and histogram equalization matlab program code)
- 2013-05-21 21:51:47下载
- 积分:1
-
eeglab
学习EEGLAB的最好的教程,英文版教程(The best tutorial of EEGlab,English version)
- 2011-05-06 11:08:07下载
- 积分:1
-
CS4VM
this rar file contains matlab code for face recognition using CS4VM. here the implementation was done by using CS4VM method of face recognition.
- 2013-07-16 17:50:16下载
- 积分:1
-
branchbound
适用于整数规划中的分枝定界方法,比较常用的算法。参数说明在程序中写的很清楚了,欢迎大家下载使用。(Integar Optimization.)
- 2015-04-09 15:50:35下载
- 积分:1
-
PSSCH
D2D数据信道代码,包括通信模型建立,资源池确定,资源分配,干扰避免策略,sinr及吞吐量计算等内容(D2D data channel code, including communications model, to determine the resource pool, resource allocation, interference avoidance strategy, sinr and throughput computing, etc.)
- 2021-01-27 21:28:37下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
scr_closedloop_3phase
three phases in Matlab
- 2012-01-09 22:56:56下载
- 积分:1