登录
首页 » MATLAB » 数字中频正交采样

数字中频正交采样

于 2021-05-06 发布
0 320
下载积分: 1 下载次数: 4

代码说明:

数字中频正交采样仿真

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 常见纹理特征提取的MATLAB代码
    此文件收集了一些经常用到的纹理特征提取的代码,包括GLCM(灰度共生矩阵)、GGCM、GLDS(灰度差分统计)、Tamura纹理特征、LBP(局部二值模式)、HMRF、gabor变换、小波变换、Laws纹理测量等,希望给有需要的人省去一些找代码的麻烦
    2020-05-26下载
    积分:1
  • 室内定位算法合集
    卡尔曼滤波 粒子滤波等等 【源码目录】 bachelor-project-master ├── KalmanFilter │   ├── kf_initialization.m │   ├── kf_params.m │   ├── kf_plots.m │   ├── kf_prediction.m │   └── kf_update.m ├── LICENSE ├── Multilateration │   ├── lateration_murphyHerman.m │   ├── lateration_paulaAnaJose.m │   ├── lateration_plot.m │   └── lateration_weightedMurphyHerman.m ├── ParticleFilter │   ├── R2d.m │   ├── initialise_particles.m │   ├── motion_model.m │   ├── observation_model.m │   ├── plot_particles.m │   └── resampling.m ├── README.md ├── SignalModel │   ├── inv_path_loss_model.m │   └── path_loss_model.m ├── build_map.m ├── common.m ├── kf_main.m ├── lateration_main.m ├── osm │   ├── LICENSE │   ├── README.md │   ├── assign_from_parsed.m │   ├── debug_openstreetmap.m │   ├── dependencies │   │   ├── gaimc │   │   │   ├── dijkstra.m │   │   │   └── sparse_to_csr.m │   │   ├── hold │   │   │   ├── restorehold.m │   │   │   └── takehold.m │   │   ├── lat_lon_proportions │   │   │   └── lat_lon_proportions.m │   │   ├── plotmd │   │   │   └── plotmd.m │   │   ├── textmd │   │   │   └── textmd.m │   │   ├── xml2struct │   │   │   └── xml2struct_fex28518.m │   │   └── xml2struct.m │   ├── extract_connectivity.m │   ├── extract_sensors.m │   ├── get_unique_node_xy.m │   ├── get_way_tag_key.m │   ├── load_osm_xml.m │   ├── main_mapping.m │   ├── parse_openstreetmap.m │   ├── parse_osm.m │   ├── plot_nodes.m │   ├── plot_road_network.m │   ├── plot_route.m │   ├── plot_way.m │   ├── route_planner.m │   ├── show_map.m │   └── usage_example.m ├── pf_main.m ├── standalone │   ├── KalmanFilter │   │   ├── KF1D.m │   │   └── KF2D.m │   ├── Lateration │   │   ├── MurphyHerman.m │   │   ├── PaulaAnaJose_v1.m │   │   ├── PaulaAnaJose_v2.m │   │   ├── Trilateration.m │   │   ├── WeightedMultilaterationLLS.m │   │   └── WeightedMurphyHerman.m │   ├── ParticleFilter │   │   ├── particle_filter_sd_2d.m │   │   └── particle_filter_student_dave_basic_ex1.m │   └── misc │       ├── NearestNeighbor.m │       ├── ProjectPointOnSegment.m │       └── WeightedMultilaterationLLS.m └── utils     ├── R2d.m     ├── cart2geo.m     ├── convert2Cartesian.m     └── geo2cart.m 18 directories, 69 files
    2021-06-10 00:31:06下载
    积分:1
  • 重频参差雷达信号仿真(chongpincenci.m)
    重频参差雷达信号仿真(chongpincenci.m)
    2021-05-06下载
    积分:1
  • 正余弦优化算法
    Sine Cosine Algorithm
    2021-05-06下载
    积分:1
  • MATLAB图像处理实现螺纹识别 源程序代码
    MATLAB图像处理实现螺纹识别 源程序代码
    2021-05-06下载
    积分:1
  • 不同波束形成算法比较
    【实例简介】
    2021-07-01 00:31:01下载
    积分:1
  • 贝叶斯张量分解工具包
    Matlab code of Bayesian CP Factorization for Tensor Completion(Written by Qibin Zhao 2014)To run the code:1. Change Matlab work directory to "/BCPF_Toolbox_QZhao/".2. Run  "loadpah" code to add the current folder and subfolders into Matlab path searching list.3. Open and run the demo files. We provide two demo codes:I.  DemoBayesCP.m:        Demonstration on synthesic dataII. DemoBayesCP_Image.m   Demonstration for image completionThe package includes four algorithms:1. BCPF.m           BCPF for fully observed tensor2. BCPF_TC.m        BCPF for incomplete tensor 3. BCPF_IC.m        BCPF for image completion4. BCPF_MP.m        BCPF using mixture priors for image completionIn this package, we used the tensor toolbox 2.5, which is downloaded from (http://www.sandia.gov/~tgkolda/TensorToolbox)The tools for visualization of tensor with voxels is from Tensorlab (http://www.tensorlab.net/)
    2020-02-27下载
    积分:1
  • CFAR算法 包括cfar_ac、cfar_os、cfar_so、cfar_tc和cfar_go
    CFAR算法 包括cfar_ac、cfar_os、cfar_so、cfar_tc和cfar_go 【源码目录】 CFAR ├── cfar_ac.m├── cfar_ac_TEST.m├── cfar_go.m├── cfar_go_test.m├── cfar_os.m├── cfar_os_test.m├── cfar_so.m├── cfar_so_test.m├── cfar_tc.m├── cfar_tc_test.m├── env_edge.m└── env_uniform.m0 directories, 12 files【核心代码】% 单目标% SNR1=15;    signal1_p=10.^(SNR1./10).*noise_p;% xc(1,90)=signal1_p;%% 多目标% SNR1=20;signal1_p=10.^(SNR1./10).*noise_p;% xc(1,90)=signal1_p;% SNR2=15;signal2_p=10.^(SNR2./10).*noise_p;% xc(1,102)=signal2_p;
    2020-11-27下载
    积分:1
  • MATLAB数字信号处理 85个案例分析 全书程序.zip
    MATLAB数字信号处理 85个案例分析 全书程序.zip
    2021-05-06下载
    积分:1
  • MATLAB PID 离散 自抗扰控制
    MATLAB PID 离散 自抗扰控制
    2020-05-26下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载