Dsp Definition and 51 Threads
-
Engineering How to find RMS, and Peak Voltages of this signal?
Hi all! I have a complex waveform, something like what I have attached, and I need to extract the RMS and Peak Voltage from this. However, this signal can and will change after a number of cycles on a certain setting. So, this means the period and duration of pulse can change and so can the...- CricK0es
- Thread
- Digital signal processing Dsp Peak Rms Signal Signal analysis Signal processing
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Python Multipurpose software that keeps C, Python, DSP, .... in the same file
I’ve been looking for a certain type of software that can host programming (preferably C or Python) and other process that I’m going to need such as DSP, DSP filters, diagrams (3D graphs, charts,…), and text editing within the same file. It’s mainly so that I can incorporate and use each one...- JayZ0198
- Thread
- C++ Dsp File Python Software
- Replies: 6
- Forum: Programming and Computer Science
-
Undergrad DSP: Recurrence Relations in a Linear Algebra Equation
Hello, I've been working through some Digital Signal Processing stuff by myself online, and I saw a system that I wanted to write down as a Linear Algebra Equation. It's a simple delay feedback loop, looks like this: The (+) is an adder that adds 2 signals together, so the signal from x[n]...- Destroxia
- Thread
- Algebra Digital signal processing Dsp Linear Linear algebra Recurrence Recurrence relations Recursion Relations
- Replies: 1
- Forum: Linear and Abstract Algebra
-
R
Can You Find Affordable DSPs Capable of 16 MHz ADC and 512-Point FFT?
Hello. I've searched without any real success on the web. I'm looking for a DSP (at affordable price !) which is able to accomplish ADC fonction (at least @ 16 MHz) and FFT on at least 512 points panel. If someone can transmit some manufacturer references ... Thanks by advance.- Ravaner
- Thread
- Dsp
- Replies: 5
- Forum: Electrical Engineering
-
I
How to center the bandwidth for carrier frequency?
I have a baseband signal in IQ form. I have a method to calculate the carrier offset and estimate the carrier bin. I want to center the carrier to the middle of the bandwidth. How do I do so? Do I simply multiply the IQ data by the exponential with the carrier offset, but doesn't that shift the...- IKnowNada
- Thread
- Bandwidth Carrier Center Dsp Fft Frequency Signal processing
- Replies: 2
- Forum: Electrical Engineering
-
C
DSP Tuner - Is this correct for freq offset?
Say I already calculated the frequency offset after the ADC, which was calculated using a 1,048,576 FFT, but I only have 1,040,000 IQ samples. Do I need to use a non power of two FFT method or will the follow work? freq corrected IQdata = sum of iqData(i)*[exp(i*2*pi* n*freq_offset*(diff...- cutesteph
- Thread
- Dsp Signal processing
- Replies: 1
- Forum: Electrical Engineering
-
J
Graduate Calculate Third Octave Band Response from Narrowband Data
I have a signal that I am able to calculate through an acoustic model for airfoil noise. I am told that the model solves for a narrowband frequency response, however, my measurement data is provided in third-octave band representation. How do I convert my current dataset to the third octave...- jasonbot
- Thread
- Acoustics Band Data Dsp Filter Noise Octave Response Signal processing
- Replies: 1
- Forum: Other Physics Topics
-
N
Understanding time delay estimation for GPS?
I really need help to understand these questions which is highlight, for the GPS situation, I hope anyone who has been working in this situation before, please help me to have a clear understanding about "time delay estimation": Here is the scenario: 1. Suppose I know precisely I have transmit...- Nate Duong
- Thread
- Delay Dsp Estimation Gps Signal processing Time Time delay
- Replies: 1
- Forum: Electrical Engineering
-
Upsampled input to an Adaptive filter?
I will try to explain the issue I am having as clearly as possible without going into my coding or maths. I have my own and a MATLAB Central implementation pf standard LMS in MATLAB. Fixed step size. No normalization or other stuff. I am trying to use it in a system identification setup. I...- khurram usman
- Thread
- Dsp Filter Filters Input Signal processing
- Replies: 1
- Forum: Electrical Engineering
-
B
Gun sound -- frequency analysis
Small caliber guns have higher magnitude at higher frequencies and larger caliber guns have higher magnitude at lower frequencies. is this true ? because I am not see this in my test: that is the fft of a 9MM gun, As one can see there are low magnitudes at low frequencies and higher...- btb4198
- Thread
- Analysis Dsp Frequency Gun Sound
- Replies: 10
- Forum: Electrical Engineering
-
T
Tips/recommendations for continuing my learning in DSP?
Hi there, this is a shameless repost of a thread I made over on the DSP subreddit, however, I'm very interested to get some feedback from the folks of PF. Here is my question: -- Hi there, I recently graduated with an undergraduate degree in electrical engineering. During my schooling, I took...- tomizzo
- Thread
- Dsp
- Replies: 6
- Forum: STEM Academic Advising
-
D
DSP - Rounding and Truncation Quantization
Homework Statement Homework EquationsThe Attempt at a Solution Alright, so far what I know about Digital Signal Processing is that you first sample the values of the signal with infinite precision/infinite amplitude values and of course you can't encode these values, so you need to...- DiamondV
- Thread
- Dsp Quantization
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
A
Help designing a music visualizer for a 12x12 LED screen
I am working in a group for designing a LED interactive Screen. My part of the project is the design of the music visualization system. I am new in this area, but I know I need to use some op-amps to filter the input signal from the mp3 player. Could anyone give me any suggestions on how to...- AnnaP
- Thread
- Designing Dsp Fft Filter Led Music Op-amp Screen
- Replies: 8
- Forum: Engineering and Comp Sci Homework Help
-
MATLAB DSP: Best curve fitting approach via MATLAB?
I am doing an experiment that generates data in three 1-hour-blocks. Each block has a different number and timing for acquisitions. (The first hour is more frequent and numerous, while the last hour is only 6 acquisitions) The reason for breaking it up into 3 hours is to give the subjects a...- ElijahRockers
- Thread
- Approach Curve Curve fitting Dsp Filter Fitting Matlab
- Replies: 4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
E
Phase shift in frequency domain
Hello, I'using Matlab to simulate phase shift in frequency domain (FD). I have got real and imaginary parts of the signal after FFT. I'd like to use phase shift in FD. This works: Y=fft(y); YY=Y.exp(-i*2*pi*nk/N*samples_delay); result=ifft(YY); But in my DSP I can't use the formula above and...- Eng_Pat
- Thread
- Domain Dsp Fft Frequency Frequency domain Matlab Phase Phase shift Shift
- Replies: 3
- Forum: Electromagnetism
-
Low Power Signal Processing -- Bouncing an RF signal off the Moon
I'm doing a project that has been done many times before, bouncing a signal off the moon, but I'm trying to do it with low power. I'm told the expected S/N ratio is -30dB. The problem I'm trying to figure out is whether or not it is theoretically possible to pull out the signal out from the...- TheDemx27
- Thread
- Dsp Moon Power Processing Rf Signal Signal processing
- Replies: 20
- Forum: Electrical Engineering
-
What Are the Functions of a Programmable DSP?
programmable dsp means the device that can be programmed programmable device take signal like voice audio , this signal converted into digital form programmable device is processor or micro controller ? does it contain memory counter instruction which software tool is used for programmable...- vead
- Thread
- Dsp
- Replies: 4
- Forum: General Engineering
-
DSP Undergraduate Project Ideas?
I have to do a project of some kind for my digital signals and systems class and I really don't have a clue where to even start looking. ANY IDEAS OR DIRECTION WOULD BE APPRECIATED.- mrmjp
- Thread
- Dsp Ideas Project Project ideas Undergraduate
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
J
Limit of dirichlet function (from DSP)
How is this limit evaluated? \lim_{k->0}\frac{sin(\pi k)}{sin(\frac{\pi k}{N})} I know that it is N, but I can't figure out how to evaluate it, L'hopitals rule doesn't seem to help. I might solve it by the time I get a response, but figured no reason to not ask especially since I couldn't... -
C
DSP, going from freq domain to time domain
Homework Statement X(w) = 3cos(2w) + 2 sin(3w) calculate x(n) Homework Equations x(n) = (1/2pi) ∫ X(w) e^(jwn)dw The Attempt at a Solution When integrating over 0 to 2 pi, my answer is 0. Which would not be the case.- cutesteph
- Thread
- Domain Dsp Time Time domain
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
B
Dsp algorithm for voice analysis
What are good dsp algorithms for voices analysis? input from a computer microphone- btb4198
- Thread
- Algorithm Analysis Dsp
- Replies: 1
- Forum: Electrical Engineering
-
D
Communication Theory vs. DSP? Differences?
I have a choice between these two courses next semester and I want to learn a little more about them before I make my decision. Does DSP construct a received signal? While Comm. Theory would focus on creating the signal and dealing with noise? Thanks- DrummingAtom
- Thread
- Communication Dsp Theory
- Replies: 6
- Forum: Electrical Engineering
-
N
DSP involvement in Power Systems (help need for Master thesis)
Hello. i am searching for a topic for my Master Thesis. My Master is on Power Systems and i want to combine my thesis with digital signal processing. but i am stuck on finding a topic. So if anybody can helping choosing a subject or giving me some ideas that i can work on? Best regards- nearxos
- Thread
- Dsp Master Power Systems Thesis
- Replies: 7
- Forum: Electrical Engineering
-
P
DSP Software for Communication Systems
Homework Statement DSP Technology Report Research a particular application of DSP, gathering enough information to deliver a 10 min oral report to the rest of the class. You can focus on hardware, software issues, or a specific algorithm. Give as much detail as possible. Homework Equations...- peterpiper
- Thread
- Dsp Paper Research Research paper Software
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
DSP - FIR Filters, linear phase conditions
Hello there I'd like to know if anyone has a proof of why the condition of symmetry or antisymmetry must be followed by a FIR filter, in order for it to have a linear phase response? I've been pouring over this for an exam, and my initial question was what constitutes a linear phase...- Runei
- Thread
- Conditions Dsp Filters Linear Phase
- Replies: 1
- Forum: Electrical Engineering
-
C
MATLAB DSP + Statistics Project Ideas for MATLAB
So I'm taking an intro DSP class this summer and I need some ideas for a term project. I'm also taking a class on statistics and I'd like something that incorporates the two. The project will be implemented soley on MATLAB so no hardware ideas. I'm having problems coming up with things...- Chunkysalsa
- Thread
- Dsp Idea Project
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
T
State-Space Representation with Initial Conditions: Finding the Right DSP Book
Could you advise a DSP book which explains state-space representation with initial conditions. Initial conditions part is important for me. Thanks.- truva
- Thread
- Book Conditions Dsp Initial Initial conditions Representation State-space
- Replies: 2
- Forum: Electrical Engineering
-
D
Advice on Academic Path DSP and mathematics
My main passions involve anything having to deal with audio synthesis and manipulation. I love sounds (not even necessarily musical) and love even more the topics of electronic and computer generated sounds. I am mainly interested in computer-related audio processing and generation. I would love...- dustbin
- Thread
- Academic Dsp Mathematics Path
- Replies: 3
- Forum: STEM Academic Advising
-
X
Discrete time Derivative/Integration mechanisms in DSP.
I was having a conversation with my brother, a mechanical engineer, about Digital Signals processing. I was trying to explain what I had recently done in my digital controls class, and how we would use the state space model \vec{x}(k+1) = {\bf{A_d}}\vec{x}(k) + {\bf{B_d}}u(k) in discrete time...- X89codered89X
- Thread
- Discrete Dsp Time
- Replies: 4
- Forum: Electrical Engineering
-
E
Creating Flange or Variable Delay DSP model
Homework Statement Im trying to model this in simulink. I am having a little trouble getting things to work. I need to create a variable delay model or basically implement a "flanger" effect. Flange A flange is an audio effect, which is achieved by combining two identical signals with...- Evo8
- Thread
- Delay Dsp Model Variable
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
Z
DSP on Data Acquired from Agilent Software
Data available from Agilent Network Analyzer is usually in the form of s-parameters.I want to know how to perform motion detection on s-parameter data which is usually available in frequency domain(from analyzer)? Usually motion detection techniques are available for time-domain data,not...- ZunairaMaryam
- Thread
- Data Dsp Software
- Replies: 1
- Forum: Electrical Engineering
-
M
Which Electrical Engineering Path Has Better Job Opportunities and Versatility?
Hey guys and, of course, ladies. I was wondering if anyone knows the job outlook for Electrical Engineering concentrating on DSP and/or RF/Microwaves and E&M. I'm planning to get my M.S. EE at NYU-Poly on either one of the path. I would like to know: which of the 2 has a better job...- mingomania
- Thread
- Dsp E&m
- Replies: 1
- Forum: STEM Career Guidance
-
O
Which is best way to go among digital, analog, microwave/RF or DSP
Hi all, I have been thinking about doing Master's degree in Electrical Engineering but I'm really not sure which way to go. In fact I'm more into digital and DSP but I though it would be great idea to hear from experts in the field regarding the future job market and salaries especially in...- omarelec
- Thread
- Analog Digital Dsp
- Replies: 4
- Forum: STEM Career Guidance
-
S
DSP - Differential Equation for linear system H
Hello. I need to find a differential equation for a linear system, H, which is characterised by the impulse response h(t) = e-2t, where t denotes time. But I am not sure how to go about this. Would anyone be able to point me in the correct direction? Thanks in advance. Seán- SMOF
- Thread
- Differential Differential equation Dsp Linear Linear system System
- Replies: 45
- Forum: Engineering and Comp Sci Homework Help
-
Transistors used in DSP, Microprocessors and Microcontrollers
how is dsp different from devices which contain microprocessors?- pairofstrings
- Thread
- Dsp Transistors
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
B
Solve Periodic Digital Signal: x[n]=1+cos(pi*n/3)+3sin(pi*n/2)
Hey guys, I'm trying to revise for a DSP exam I have this week and I'm looking at past papers I have. I've got the question, and the out and out answer but it doesn't show the workings so I'm struggling to find out how to get there;For the following periodic digital signal...- BarryThomas89
- Thread
- Dsp Revision
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
H
How can I use DSP to analyze a noisy sensor signal?
First off let me just say that I am not a EE and have never taken a signals course before though I am sort of willingly having to over come this for a work project. I am working with a sensor that is giving me a noisy signal and I am trying to figure out if there is any usable data in my data...- HappMatt
- Thread
- Dsp Signal
- Replies: 3
- Forum: Electrical Engineering
-
J
How Is a Simplified DSP Transfer Function Derived?
I have taken this example from a Digital Signal Processing book. I have got the simplified transfer function; however do not understand how it was done. I have had a go could someone please look at it and let me know where I am going wrong. I have attached my working out on a Word document...- Jag1972
- Thread
- Dsp Function Transfer function
- Replies: 10
- Forum: Electrical Engineering
-
H
How Can a Recent Graduate Break Into the DSP Industry?
Hi. I just graduated in December with a B.S. in Electrical Engineering from a prominent Southern California university. For privacy's sake, I won't disclose its name but I will say that its mascot rhymes with "shoo-ins". Anyway, while I was there I took classes on a lot of different topics...- hammertime
- Thread
- Dsp
- Replies: 9
- Forum: STEM Career Guidance
-
R
DSP: What do you mean by the Filter Lenght?
What does the length of the filter in DSP means? What does it refer physical or practical when it states that "signal transmission path models have long impulse response?" And why do audio signal transmission paths have long impulse response?- rraj.be
- Thread
- Dsp Filter Lenght Mean
- Replies: 8
- Forum: Electrical Engineering
-
Whats a good uC family for DSP and analysis?
In the not to distant future I'm going to require a microprocessor that can handle a good amount of signal processing and a lot of mathematical operations. Currently, all the development tools I have used are low end beginner stuff and are no where near capable of doing these things I need. So I...- Topher925
- Thread
- Analysis Dsp
- Replies: 4
- Forum: Electrical Engineering
-
D
DSP Implementation of LTI Transfer Function on TMs320F28x
Helo, I am currebtly working on a dsp, in a goal to implement a feedback system in the form of an LTI tranfer function that will stabilize a dc-dc converter. The problem is as follows: We have the digital desired transfer function, and the problem is how to work with the dsp for...- dot27
- Thread
- Dsp
- Replies: 4
- Forum: Computing and Technology
-
M
Mastering DSP: Fourier Series & Transforms
hi i wanted to know if anybody that knew about dsp and all the Fourier series and transforms had any advice on how to master it ... very swiftly..- madchiller
- Thread
- Dsp Fourier Fourier series Series
- Replies: 4
- Forum: Electrical Engineering
-
L
DSP - Frequency Response of an FIR Filter
Homework Statement A linear time-invariant filter is described by the difference equation y[n] = x[n] - x[n-2] a) Obtain an expresson for the frequency response of this system. b) Sketch the frequency response (magnitude and angle) as a function of frequency. 2. The attempt at a...- Lightning19
- Thread
- Dsp Filter Frequency Frequency response Response
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
F
Schools Graduate School - DSP, Signal Processing
Graduate School -- DSP, Signal Processing What are the top graduate schools for signal processing? I am currently looking at Georgia Tech. Any other recommendations? I would like (if possible) courses in radar.- FrogPad
- Thread
- Dsp Graduate Graduate school Processing School Signal Signal processing
- Replies: 1
- Forum: STEM Academic Advising
-
Design Ideas for Undergrad in DSP
Hello, I'm looking to meet an undergrad design requirement, which can be done with independent study. I'll graduate in December, so I have a lot of coursework under my belt. I'll also have all summer to research and prepare. I've focused on communications and dsp, and these are the...- WolfOfTheSteps
- Thread
- Design Dsp Ideas Undergrad
- Replies: 5
- Forum: Electrical Engineering
-
DSP Intro Book Recommendations for Upper Undergrads
Hey all, I'm looking for a good intro book to DSP at an upper undergrad level for electrical and computer engineers. I've glanced through a few books and they look very math intensive. This is not a problem for me. However, since this would mainly be an introduction, I would not like to get...- ranger
- Thread
- Book Dsp Intro
- Replies: 4
- Forum: Science and Math Textbooks
-
U
Exploring Career Opportunities for Undergrad EE's in DSP Engineering
Are there as many jobs for those undergrad EE's who want to try to specialize in DSP than there are for let's say circuit designers, etc...? I know DSP goes hand in hand with them, and a graduate degree is probably most helpful, but this is the class I find most interesting so far. The reason...- user101
- Thread
- Dsp
- Replies: 2
- Forum: STEM Academic Advising
-
Interfacing a TI C6xxx DSP with a PC for Video Processing: Tips and Tricks
Hey guys .. Been ages since I've been here but ya. Anyway .. I'm doing my final year project at moment (wow .. i like registered on the forum back in my first year I think .. lol .. now I'm almost done). Im using a TI C6xxx series DSP for it and I'm going to feed video into it. Now, my...- Shahil
- Thread
- Dsp Series
- Replies: 2
- Forum: Electrical Engineering
-
C
Question about causal system group delay in DSP
I have been doing some reading from the book Discrete Time Signal Processing by Oppenheim & Schafer (2nd Edition). In the book, I come across an IIR system (example 5.8 on p265) with transfer function: H(z)=1/[(1-r*e^(j*theta)*z^(-1))*(1-r*e^(-j*theta)*z^(-1))] The causal impulse response is...- chingkui
- Thread
- Delay Dsp Group System
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help