-
content_based_image_recongnition
基于内容的图像识别-支持向量机方法-8分类(Content-based image recognition- classification of support vector machines-8)
- 2010-12-11 19:56:59下载
- 积分:1
-
matlab--fft
说明: matlab的代码关于fft的仿真程序,直接的出波形(fft matlab code on the emulator, directly from the waveform)
- 2011-04-18 13:11:52下载
- 积分:1
-
Aplicatii-MATLAB
a few matlab programs from my computer s faculty
- 2011-06-27 03:55:23下载
- 积分: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
-
adaptivefilter
这是一本非常实用的关于自适应滤波器的教材的电子书(This is a very useful textbook on adaptive filter e-book)
- 2010-09-23 17:30:24下载
- 积分:1
-
filtered-high-freq-noise
matabl filtered high frequency noisy
- 2013-11-21 21:47:23下载
- 积分:1
-
CNN
用matlab实现的BP神经网络,比较基础,对已有的语音信号进行分类,留了500个作为检验(Using matlab to achieve the BP neural network basis of comparison, the existing classification of the speech signal, leaving a 500 as a test)
- 2016-08-04 23:22:30下载
- 积分:1
-
refraction
光学工程对光路的追迹应用很多 本程序可以模拟光的折射路径。(The refraction of light)
- 2013-09-20 12:49:55下载
- 积分:1
-
matlab中用打靶法求解常微分方程组的两点边值问题 shoot
matlab中用打靶法求解常微分方程组的两点边值问题(shooting method for bvps)
- 2020-12-15 20:59:13下载
- 积分:1
-
MATLAB_program_source_code_analysis_of_linear_equa
MATLAB程序线性方程算法源码分析MATLAB program source code analysis of linear equations algorithm(Linear Equation Algorithm MATLAB program source code analysis MATLAB program source code analysis of linear equations algorithm)
- 2010-08-02 11:04:02下载
- 积分:1