搜索资源列表
08_CodingForHWPerformance
- The MATLAB coding style, project options and synthesis directives can have a significant effect on the final results. Knowledge about how a particular algorithm should be implemented in hardware can be reflected in the MATLAB code to improve the resu
n-thingeterroot
- 用MATLAB里的XILINX BLOCK, 支持FPGA算法, 实现开平方, 并且取整.当计算停止时, VALID为高电瓶.
Stage3_3175133_Zhang
- 用MATLAB里的XILINX BLOCKS, 支持FPGA算法, 实现X_NEXT = ((n-1)x+ A/x(n-1)次)/n
Fibonacci_sequence
- 用MATLAB 里的XILINX BLOCKS编写, 实现Fibonacci sequence算法, 当F为0时, 输出为0 F为1时, 输出为1 当F为N 时, 输出为F的N-1 加上 F的N-2.
PhaseNoise.rar
- 小数分频技术解决了锁相环频率合成器中的频率分辨率和转换时间的矛盾, 但是却引入了严重的相位噪声, 传统的相位补偿方法由于对Aö D 等数字器件的要求很高并具有滞后性实现难度较大。$2 调制器对噪声具有整形的功 能, 因而将多阶的$2 调制器用于小数分频合成器中可以很好地解决他的相位噪声的问题, 大大促进了小数分频技术的 发展和应用。文章最后给出了在GHz 量级上实现的这种新型小数分频合成器的应用电路, 并测得良好的相噪性能。,Fractional-N technology to s
nonsystem
- Generate trellis data of a rate-1/n convolutional encoder.卷积码1/n的编码器,注意生成的是非系统码。-Generate trellis data of a rate-1/n convolutional encoder. Convolutional codes 1/n of the encoder, the attention generated by the non-system code.
control_DC_MOTOR
- The advantage of static controllers i n their simple structure, however, their performance is not good. Therefore, in fact, the fundamental fuzzy controller is often combined with conventional ones (e.g., PID controller) to create a dynamic fuzzy con
ma_CRC_files
- decoder of Hamming Use a [7,4] Hamming code. m = 3 n = 2^m-1 k = n-m parmat = hammgen(m) Produce parity-check matrix. trt = syndtable(parmat) Produce decoding table. recd = [1 0 0 1 1 1 1] Suppose this is the received vector. syndrome =
contraharmonic
- this file contains the implementation of the "contraharmonic filter" using the basic formula of finding contraharmonic mean achieved through the use of for loops. contraharmonic filter can remove both -SALT n PEPPER noise from the image but not sim
DSP-c-Matlab-Programs-ManualV19
- 印度GURUNANAK ENGINEERING COLLEGE数字信号处理实验室的DSP+c+Matlab联合编程手册-DIGITAL SIGNAL PROCESSING LAB (IV-I SEM) INDEX 1. Architecture of DSP chips-TMS 320C 6713 DSP Processor 2. Linear convolution 3. Circular convolution 4. FIR Filter (LP/HP) Using Wi
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
dsp6FIR
- 基于DSP5416的FIR滤波器设计实验,先用MATLAB产生冲击响应H(n),然后和输入数据进行卷积。-The FIR filter design based on DSP5416 experiment, the first impulse response generated using MATLAB H (n), then the input data and convolution.
Project1_3750917_Li
- MATLAB环境运用XILINX模块构建一个实现计算N次方根的程序-CALCULATE Nth ROOT of a number
my_fft_fixed_point
- N-Point FFT using fixed-point toolbox of MATLAB
FIR
- 1、系统仅处于训练状态。训练序列为2cos(2π×f1×n/fs), 干扰为sin(2π×f2×n/fs);序列长度为100个样点。 其中n=0…99,f1=1kHz,f2=2kHz,fs=8kHz。 2、采用LMS算法,均衡器输入为训练序列加上干扰,均衡器阶数为21阶,步长因子β=0.01。 3、在Matlab中编写浮点LMS算法,绘制均衡器的输出波形,并与训练序列进行对比。 -1, the system only in the training status. The t
adaptive_Nlms-(Matlab)
- 以matlab開發各種適應性演算法,代碼包含DSANC、FFTANC、LMS、N-LMS、RVSS及測試main檔。適應性濾波器本案例以兩種farvoice及nearvoice測試通過,表示可濾除各種echo雜訊可能。-To develop a variety of adaptive algorithm matlab code contains DSANC, FFTANC, LMS, N-LMS, RVSS and testing main gear. Adaptive filter in th
C_detrend_TEST
- 去除線性化趨勢和測試程式 detrend(in_array,out_array[], n)-matlab detrend to c code