搜索资源列表
work
- 大学期间,matlab学习过程使用过的所有必要的function! 适合初学者!
6713-OFDM
- TI TMSC6713 DSP 实现 OFDM的调制和解调,以及相应的matlab功能仿真程序。-TI TMSC6713 DSP realization of OFDM modulation and demodulation, and the corresponding function matlab simulation program.
My_test_FIR
- 基于stm32的DSP库的中FIR滤波器功能的实现,滤波参数需要自己根据需要用Matlab计算,使用V3.0的固件库,属于基本stm32外设测试-Stm32 based DSP library function of the FIR filter implementation, the filter parameters needed in Matlab needs its own terms, using the V3.0 firmware, peripheral part of the ba
add_save
- 重叠保留法函数,用于数字信号处理中处理离散信号-Retain the law overlap function, for digital signal processing to deal with discrete signals
DSPcode
- 数字信号处理源代码,包括冲激响应、传递函数、零相位函数、全通函数、离散时间傅里叶变化、离散傅里叶变化、滤波器设计及级联-Digital signal processing source code, including impulse response, transfer function, zero-phase function, all-pass function, discrete-time Fourier changes, discrete Fourier changes, filter
MySin
- 在matlab中添加dspbuilder用于实现dsp的算法,本案例是通过建模对sin函数进行调制后仿真所得。-Add dspbuilder in matlab for the realization of dsp algorithms, this case is through the modeling of the sin function modulated simulation proceeds.
seu-ThirdHomework
- 东南大学现代数字信号处理各种预测滤波的现成matlab函数,学这门课的人可以-Southeast University, a modern digital signal processing a variety of off-the-shelf filtering prediction matlab function, learning the course can take a look at
poly
- This project contains a C algorithm for calculating the results of a custom polynomial function. It is designed and optimized especially for the Starcore 140 DSP ! Inside the archive you can also find the assembly code and the matlab test program w
fangweijiao
- 方位角的DSP测量程序,原始数据由MATLAB产生,DSP程序计算谱函数值,完成对方位角的搜索。-Azimuth of the DSP measurement procedure, raw data from the MATLAB generated, DSP program to calculate the value of spectrum function to complete the azimuth search.
dspddc_R12p1
- 基于DSPbuilder搭建的DDC,里面包括CIC滤波器,FIR低通滤波器,HB半带滤波器,NCO等,实现了GC5016芯片的功能-DSPbuilder erected based on DDC, which include the CIC filter, FIR low-pass filter, HB half-band filter, NCO, etc. to achieve the function of the GC5016 chip
DSP_Exp1
- 1、 学习Matlab最有效的方式是自己动手以及经常查Help。 2、 遇到不很确定的函数或者操作,最好的办法就是自己建一个测试矩阵然后试一下,不会对数据产生不好的影响,也十分直观,因为很多细节老师也不会很清楚。 3、 养成用Editer编程的好习惯,最好结构化编程,经常使用自建的函数,使得代码清晰易查错。 4、 自己给自己加注释,运行程序时可以先试着一行一行运行,看一下每一行的输出是否与预期相同等等,出错的时候自上而下慢慢查。 -1, the most effective wa
amplres
- function [A,w,type,tao]=amplres(h) 《数字信号处理教程——MATLAB释义与实现》子程序 给定FIR滤波器系数求滤波器符幅特性-function [A, w, type, tao] = amplres (h) " digital signal processing tutorial- MATLAB Interpretation and Implementation" procedure FIR filter coefficien
myditfft
- function y=myditfft(x) 《数字信号处理教程——MATLAB释义与实现》 用MATLAB语言编写的基2 DIT FFT子程序-function y = myditfft (x) " digital signal processing tutorial- MATLAB Interpretation and Implementation" MATLAB language with the base 2 DIT FFT Subroutine
assignment
- 数字信号处理Read the .wav file into Matlab by using the function "wavread".The sampling rate of the file is 44.1kHz.-Digital Signal ProcessingRead the .wav file into Matlab by using the function "wavread".The sampling rate of the file is 44.1kHz.
matlab-fuzhuDSPshixianFIR
- Matlab辅助DSP实现FIR数字滤波器,对MATLAB和DSP的研究有很大的启发,本问对两者的结合实现FIR数字滤波功能。-Matlab DSP realization of FIR digital filter aid on MATLAB and DSP of a great inspiration to ask for a combination of both the realization of FIR digital filter function.
DSP-window-function-design
- 原创,数字信号处理中窗函数的设计,matlab代码,可以按照要求生成不同窗函数的低通、高通、带通、带阻滤波器。-Original digital signal processing design of the window function in the matlab code can be generated in accordance with the requirements of different window function low-pass, high pass, band pa
MATLAB-DSP
- 基于MATLAB的语音信号分析及滤波(DSP课程设计说明书) 设计题目、内容及要求 课程设计的题目:基于MATLAB的语音信号分析及滤波。 课程设计的内容:录制一段个人自己的语音信号,并对录制的信号进行采样 画出采样后语音信号的时域波形和频谱图 给定滤波器的性能指标,采用窗函数法和双线性变换设计滤波器,并画出滤波器的频率响应 然后用自己设计的滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前-Design based on MATLAB voice signal analys
czt
- czt函数的c语言实现。matlab中czt函数的c语言实现-c language czt function implementation. c language matlab function in the realization czt
TMS320C6748-FIR-CCS
- 此程序是CCS5.5的FIR数字滤波C码,为低通滤波函数,程序内部有注释,可以结合matlab更改滤波函数。-This program is CCS5.5 FIR digital filter C code, a low-pass filtering function within the program notes, can be combined to change the filter matlab function.
DSP滤波器设计
- 这是哈尔滨工业大学数字信号处理课的课程设计作业,利用窗函数涉及滤波器分别对自己设定的测试信号和老师给定的连续频谱信号进行滤波。 我编写时先后在同一个M文件中写了很多的画图语句,如果直接F5运行,它们会互相覆盖,使用时请将需要的绘图代码复制到命令行中重新运行。(This is the course design assignment of Digital Signal Processing Course of Harbin University of Technology. The window