-
jpegdemo
JPEG DEMO FOR IMAGE COMPRESSION
- 2010-09-09 16:43:39下载
- 积分:1
-
matlab
MATLAB is a software package for doing numerical
computation. It was originally designed for solving linear
algebra type problems using matrices. It’s name is derived
from MATrix LABoratory.
- 2013-07-30 13:29:23下载
- 积分:1
-
dajin
利用大津算法对焊点图像进行分割,去除多余噪声(Solder joint image segmentation using Otsu algorithm to remove the excess noise)
- 2012-05-21 20:58:11下载
- 积分:1
-
DVB-Tsimulation
in this projeh DVB-T signal can simulate by matlab
- 2013-07-10 23:17:41下载
- 积分:1
-
ebooksclub
Programming the Finite Element Method 4th edition, Matlab-base approach
- 2011-10-12 18:30:31下载
- 积分:1
-
direct
用比幅法测向测向,并进行误差分析,通过4个天线进行测向(Direction finding and direction finding by amplitude comparison method and error analysis are carried out.)
- 2021-04-13 10:48:56下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
hw1
CUDA Sample program for adding squares of numbers.
- 2015-03-29 04:52:55下载
- 积分:1
-
iir
语音信号的iir滤波器设计,从带有噪音的信号中提取原始声音.目前,MP3播放器一般功率放大器的工作频率范围就是这个范围。但是大部分有用的和可理解的信息的频率在200到3500Hz之间。所以我们可以在这个范围间滤波,达到使声音可理解的要求。现将数字滤波器的设计指标设为通带截止频率fb=600HZ,阻带频率fc=1200HZ,通带波纹Ap=1dB,阻带波纹As=40dB,要求确定H(z)。(design of the iir filter, get the original voice without noise)
- 2014-02-17 16:49:46下载
- 积分:1
-
Kalman-filter
说明: 非常好用的滤波程序 肯定能够运行结果 效果不错(Very nice filtering process must be able to run the results of good results)
- 2011-03-15 22:44:35下载
- 积分:1