Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by malik_123

  1. M

    FFT on Microchip Dspic and Matlab

    I will try my best and let u know about the waveform.
  2. M

    FFT on dsPIC33FJ64MC802

    I have done the fft on this processor on CCS compiler. you can use the code from here https://www.edaboard.com/threads/195898/ for any help , you can ask me . whereas if you want to do it on the C30 compiler then it is also a good alternative.
  3. M

    FFT on Microchip Dspic and Matlab

    attach is the fft files . I write the program using CCS compiler , but simulation was done on the Mplab ide. I used the Matlab to get the samples of sine wave. put it in the array "input". Then the fft is done. one need to change this value #define FFT_BLOCK_LENGTH 128 in file FFT.h...
  4. M

    Circular buffer problem in Dspic 30F4013

    I have written the following code to implement the circular buffer , code is working for the X-data space fine , but for the Y-data space the same code does not work #include <30F4013.h> #FUSES NOWDT //No Watch Dog Timer #FUSES HS //High speed Osc (>...
  5. M

    which capacitor type should be used for Low Temperature efficeincy

    I am to make an equipment which could work as low as -25 C. which type of capacitor should i use. I am using Max232 and electrolyte capacitor. can electoryltic capacitor be used for low temperature as i read in wiki ": for most types, capacitance falls off rapidly below room temperature...
  6. M

    Guidelines for designing a system that is tested at -20 C

    Re: Low temperature issu as every thing else is working except the RF communication side. i am going to use max 232 in ceramic package . i hope this will solve the problem as the Radio can work down to -30 c . only fear is that of capacitors. can they create problem in low temperature...
  7. M

    Guidelines for designing a system that is tested at -20 C

    what factors i should keep in the mind in designing a system which is to be tested at -20 C. i have built a system , which showed failure in Wireless communication at low temperature. however, at the same time , wired communication worked fine. i interfaced the radio with the...
  8. M

    FFT on Microchip Dspic and Matlab

    i designed the FFT on Dspic 33FJ128GP306 processor . its 128 point FFT. i generated different waves using Dspic works and plotted the resultant FFT ( after squaring real and imaginary components ) . i used the same data in matlab to generate the FFT. and plotted the data the results are...
  9. M

    How to extract 16bit value from a FIR filter to replicate the output?

    i have made a FIR filter with 80 taps. filter coefficient are low pass filter of Fc=200 Hz; data=[ -1, -1, 2, 2, -3, -3, 5, 5, -7, -8, 11, 11, -16...
  10. M

    sine wave data generator

    no i did not needed the composite signal. though i created the sum of two signals of different frequencies what if u help me solve my problem regarding teh digital filters
  11. M

    sine wave data generator

    actually i designed a filter and wanted to check its performance by feeding it samples values of the sin wave form of different frequencies. now i am using the MATLAB to generate the array of sin wave form
  12. M

    Help me solve this FIR digital filter problem

    i am using this code for FIR filter **************************************** #define Ntap 31 #define DCgain 32768 __int16 fir(__int16 NewSample) { __int16 FIRCoef[Ntap] = { -40, -44, 74, 79, -141, -143, 273...
  13. M

    sine wave data generator

    i want to have sine wave values sampled at 1Khz , out put should be in the form of C array can some one can help me
  14. M

    Digitel filter desiging , wanna find best resource

    Please help me in finding good source for designing the digitel filter . which i need to implement in Dspic 30f4013
  15. M

    starting with Dspic 30f4013 , need help

    i use CCS compiler of PIC series controllers. what u guys suggest , can i use the same compiler for Dspic as well. or i need to switch to the Mplab ?

Part and Inventory Search

Back
Top