-
CRC_encode_decode
这是一个matlab编写的CRC冗余校验编解码程序,里面采用了美国通用的16位CRC交验多项式,(This is a matlab prepared codec CRC redundancy check procedure, which uses the U.S. General inspection of the 16-bit CRC polynomial,)
- 2007-12-26 10:29:04下载
- 积分:1
-
Algoritmo-Fractal
Algorithm of MF-DFA with example Spanish version, of Warsaw
- 2011-09-23 22:50:55下载
- 积分:1
-
get-father-process-name
在应用程序中调用内核函数获取父进程的全路径名的最好方法。在辨识由谁启动的时候要用。(关闭翻译英语中文德语检测语言
中文(简体)英语日语
翻译文字或网页
在应用程序中调用内核函数获取父进程的全路径名的最好方法。在辨识由谁启动的时候要用。
请键入文字或网站地址,或者上传文档。
取消
Zài yìngyòng chéngxù zhōng tiáo yòng nèihé hánshù huòqǔ fù jìnchéng de quán lùjìng míng de zuì hǎo fāngfǎ. Zài biànshì yóu shuí qǐdòng de shíhou yào yòng.The best way to call the kernel function to get the full path name of the parent process in the application. In recognition of who started the time to use.)
- 2013-11-26 11:04:11下载
- 积分:1
-
zishiyin
线形阵列天线的自适应波束形成SMI SLC LMS 圆环形阵列的三维方向图(Adaptive beam forming a three-dimensional linear array antenna pattern SMI SLC LMS annular array)
- 2014-02-18 18:28:18下载
- 积分:1
-
JnS_Jean-Francois_Cardoso
由Jean-Francois Cardoso 提供的两个批处理的基于累积量的ica算法: JADE and SHIBBS (Jean-Francois Cardoso provided by the two batch algorithm based on the cumulative amount of ica: JADE and SHIBBS)
- 2020-07-13 15:48:55下载
- 积分:1
-
fuzzy
This program has evolved over time and uses programming
- 2010-01-07 20:54:52下载
- 积分:1
-
Discret-Wavelet-Transform-got-Daub2-by-Santhana-R
y=d2wavelet(x,Fs,level) does the 2nd order Daubechies Wavelet Transform of signal x with a sampling frequency Fs and the DWT is decomposition is done upto a level
It returns the matrix of all decompositions and the final approximations.
Instead of using the matlab s inbuilt DWT function, this file explains the algorithm for DWT. Mostly useful for learning & academic purposes.
For other wavelets, the filter values alone can be changed or WFILTERS can
be used.
The function basically is for Condition Monitoring of rotating equipments by vibration based bearing fault diagnosis by the author.
Example:
clear all
t=[0:0.0003:8*pi]
x=sin(5000*t)+sin(1000*t)
x=x(1:2^16)
level=5 Fs=1/0.003
d2wavelet(x,Fs,level)
Thanks for Downloading. Don t forget to rate or comment.
- 2013-04-05 21:52:35下载
- 积分:1
-
1
说明: 基于利用TDOA算法在无线通信上进行的三维定位算法及数据。(Based on TDOA algorithm in the wireless communication on three dimensional localization algorithm and data.)
- 2016-09-28 15:56:28下载
- 积分:1
-
wuchaxingnengbiaomian
数数字信号处理二仿真作业,也可以进行参考学习交流。(Computer Exercises)
- 2010-11-30 23:08:25下载
- 积分:1
-
additive_noise_channel
模拟噪声的程序,可以根据需要改写,主要功能是实现噪声模型
(Additive Noise Channel/Additive Guassian Noise Channel is the simplest of all channels. File usage details:
op_channel = additivenoise(input_signal)
mathematical Model:
s(t) input signal to channel (=sig_ip)
n(t)additive random noise process added by channel (=noise_mat)
a(t) attenutation factor , here it is taken as random(=att_fact)
out put signal r(t) = a .* s(t)+ n(t)
an additional file named through_anc is there which shows 2 figures, 1. input signal 2. output signal
)
- 2009-07-16 21:13:40下载
- 积分:1