资源列表
Two_Dimensional_HPF
- 这个matlab代码在图像上使用了二维高通滤波器。所有你需要做的是将图像名称从FlowersButterfly.jpg更改为您自己的图像名称并运行它。(This matlab code uses a two dimensional high pass filter on an image. All you need to do is change the image name from FlowersButterfly.jpg to your own image name and run it.
CH4_bwmorph
- 该程序使用MATLAB bwmorph函数处理和图像并返回输出。测试图像包含在这个文件中。(This program uses the MATLAB bwmorph function to process and image and return output. A test image is included in this file.)
Code_for_Frequency_Domain_Image_Filtering
- 该程序使用MATLAB fft函数处理频域图像数据并返回输出。包含一个测试.mat文件。(This program uses the MATLAB fft function to process image data in the frequency domain and return output. A test .mat file is included.)
p_2_8
- 该程序使用MATLAB fft函数处理频域数据,并返回DFT幅度与频率的输出图。包含一个测试.mat文件。(This program uses the MATLAB fft function to process data in the frequency domain and return output plot with DFT magnitude vs frequency. A test .mat file is included.)
FT_delta_t_is_1
- 这个程序使用MATLAB的fft函数来表明Δt(δ函数)的傅立叶变换总是等于1。(This program uses the MATLAB fft function to show that the fourier transform of delta t (the delta function) is always equal to one.)
TestSimpleKalman
- this a maximum likelihood estimator to locate a position of a mobile station with 3 anchor nodes
code_z_sep_only
- m code for sep files
CH3_1
- 这个程序使用MATLAB的双重功能和其他功能来显示图像增强如何工作给出输入图像和输出图像进行比较。(This program uses the MATLAB double and other functions to show how image enhancement works giving an input image and outputting an image to compare it to. The outputted files are included.)
Sim_PRACH
- LTE的parch信道仿真实现,实际项目(Parch channel LTE simulation, the actual project)
1.MUSIC算法MATLAB程序
- 线阵阵源MUSIC算法及MATLAB仿真实现(Algorithm simulation)
Alt_35
- This code processes image data (also included in this file) with various filters such as low pass and boosted high pass filters.
CH3_5
- This code processes image data (also included in this file) with various filters and sharpens the output image at various levels.