Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Ads

Discussion Groups

Free Online Books

Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.

We found 358 threads matching "pitch"

You are looking at page 1 of 9.

The most relevant threads are listed first

Pitch

Lars Tegborg - 09:49 26-09-03
Hi Does anyone know how to pitch up sound to double frequency in realtime. 100Hz pitch to 200Hz and 400Hz pitch to 800Hz. Thanks ...Pitch

TIMIT database and pitch detection

/* cross-posted to both comp.dsp and comp.speech.research */ Hi everyone. I note that a lot of papers on pitch detection use the TIMIT database for experiments. However as far as I can see from readme files, the database does not include verified pitch information for the sentences. How the...TIMIT database and pitch detection

Real-time speech pitch tracking... what library you suggest? does aubio work?

15:21 31-05-07
Hi, I am looking for a free code/library preferably under linux for speech pitch tracking. The best match I have found so far is "aubio" library. However, it seems to be mainly for music applications. Does it make a difference to usea pitch tracker for music vs speech or they are generally th...Real-time speech pitch tracking... what library you suggest? does aubio work?

Harmonization

jungledmnc - 09:38 12-08-08
Hi, I'm thinking about an audio effect, which is probably called harmonization. I think it should teoretically apply several pitch changes and sum all of them together. At least this is what I think is harmonization. Probably all of the pitch changes might be a multiply of 2 (octaves). Any ideas? ...Harmonization

Pitch shifting on TMS320C6713?

mr_alex - 08:09 24-04-06
Hi there, I am going to attempt to program the TMS320C6713 with a pitch shifting algorithm to work in as near real-time as possible. Does anyone have experience of using this board for this type of application? I was looking at the code on www.dspdimension.com for pitch shifting. Could t...Pitch shifting on TMS320C6713?

what means about "pitch" in speech coding?

yangrui - 01:57 22-02-05
Anyone know what means about "pitch" in speech coding and what is the theory about find pitch in the packet loss concealment algorithm?thanks. ...what means about

Pitch calculation (FFT or autocorrelation)

gjunge - 07:02 05-06-06
Hi, I want to show a Pitch graph/curve of a wave file. I saw that good results can be made by using AutoCorrelation. I have the autocorrelation function and I also have the FFT function, but I don't know what I should put into the autocorrelation function in order to get a pitch line. I have a...Pitch calculation (FFT or autocorrelation)

Modification of signal using short term Fourier transform

04:35 18-06-08
I would like to do some signal modification applying all of pitch detection, pitch shifting, and filtering (which will depend on the pitch of the signal) using the short term Fourier transform. Sadly I haven't ever previously gone beyond simple filtering using the STFT. Is the following link a...Modification of signal using short term Fourier transform

Re: Pitch detection

robert bristow-johnson - 16:28 21-03-05
in article d1mctv$rmb$00$1@news.t-online.com, altmeyermartin at martin-altmeyer@t-online.de wrote on 03/21/2005 06:58: > Hi dsp programmin gurus all over the world.... > > > I´m looking for a rock-stable algorithm to do some pitch detection for a > chromatic tuner. > (should work wi...Re: Pitch detection

help for pitch tracking

kalyani - 03:03 17-05-08
Hi! I want to analyse music clip.doing STFT on this clip for pitch tracking results for time vs frequency graph. the graph should be 2D plot. how to do this in matlab? I want to find out the pitch of tones in music clip. regards kalyani ...help for pitch tracking

Timestretching with Granular Synthesis: Keeping the pitch constant?

Joe Bloggs - 15:25 07-06-08
I have made a program that timestretches WAV sound files using granular synthesis. It has three variable input values: % stretch factor, grain length (in samples) and grains per second. All seems to be working fine except for one problem I'm having with the pitch of the stretched sound. If,...Timestretching with Granular Synthesis: Keeping the pitch constant?

Discriminating Human Voices

I. lesher - 04:40 02-07-03
Hi All, I write some software that discriminate voices of adults children and baies. I use a simple pitch tracker that filters the base band and looks for a zero crossing to identify the pitch. This works fine and depending on the pitch length it decides whther its an adult a child or a baby v...Discriminating Human Voices

Pitch Shift using DFT?

nearly blind - 00:39 19-09-04
I coded a quick Matlab script to do a pitch shift using the first method that came to mind and which I'm guessing is the first method that comes to everyone's mind when they first think about this problem. I took the time samples divided them into overlapped frames, took the DFT of each fra...Pitch Shift using DFT?

Pitch Shift Controller

blurghman - 12:29 30-01-08
Hello I'm a university student and am completely new to the DSP world, but am attempting to do my final year project. What I'm trying to do is to use a a guitar as a controller to pitch shift a pre-recorded sequence to match the fundamental frequency of the guitar note being played. (in as much ...Pitch Shift Controller

Re: C++ Simple Pitch Shift

Jani Huhtanen - 11:33 24-01-06
OJB wrote: > Hey, > My name is Owen and I am currently working on a project for my University > Degree. I am a complete newbie to the world of DSP. I am basically looking > for *basic* algorithms (or as basic as possible) for simple pitch shifting > > and time shifting. I'm not overly f...Re: C++ Simple Pitch Shift

pitch detection

Giovanna - 09:56 04-09-04
Hi! I'm currently working on a project for the extraction of some features from a .wav file,implemented in matlab. Someone know where can I find a good pitch detector? I've found something on the web,but it's all for speech,or it works bad. Thanks G ...pitch detection

Using Multirate algorithm for doing pitch shift effect ?

Eudes - 09:32 29-03-05
Hi, I'm trying to implements a pitch shift effect (up / down a .wav sound 44100Hz 16bit to different semitones in the range of around 1 octave). My problem is that I need to do it on about 15 sample simultaneously in real time. The classic pitch shift algorithms use too much of processor time...Using Multirate algorithm for doing pitch shift effect ?

lpc vocoder.clarification needed.pls

09:54 14-09-07
Hi i'm using lpc vocoder for my speech recognition. If i'm doing only alphabet A-Z, I only need the encoder part. Is that correct? As i know, lpc vocoder determine the lpc analysis and pitch detector. If i wan to get the coefficients only for my neural network recognition, I dun need the pi...lpc vocoder.clarification needed.pls

Help with pitch extraction

bouyang - 12:25 01-04-05
I have looked at some literature on using autocorrelation or AMDF for picth detection/extraction. If I understand correctly, all these methods have two parts -- first construct the functional that can be used to extrac the period/pitch (AMDF, autocorrelation etc.), second, find peak/null and the...Help with pitch extraction

Pitch detection in voice (singing)

smuglr - 06:39 13-05-05
Hi, I know the general subject of pitch detection has been flogged to death, but I am looking specifically for pitch detection in a sung melody. It will be performed in real-time with high signal-to-noise. I'm currently using auto-correlation to find an estimate or the fundamental frequency, ...Pitch detection in voice (singing)

Pitch detection of speech buried under white noise

waheed2nice - 10:38 02-04-07
Hi Everybody, Can anybody tell me about a pitch detection algorithm which works in noisy environment. Many Thanks in advance. _____________________________________ Do you know a company who employs DSP engineers? Is it already listed at http://dsprelated.com/employers.php ?...Pitch detection of speech buried under white noise

Good quality voice pitch-shift algorithms (Digitech, TC Helicon, Eventide)?

Tony - 23:30 27-06-04
Hi, After a lot of searching I've been unable to find out anything at all on the algorithms used by the better vocal harmony / pitch shifters. Can anyone point me to a useful link? Tony (remove the "_" to reply by email) ...Good quality voice pitch-shift algorithms (Digitech, TC Helicon, Eventide)?

Pitch shifting and playyback speed changes FAQ

Richard Owlett - 08:41 19-04-07
A friend came across some software for changing playback speed without distorting pitch. I know I've seen a FAQ that covers the application. Where should I refer him. He's a musician with a BSEE. ...Pitch shifting and playyback speed changes FAQ

speed, pitch and tempo

gaetanoortisi@yahoo.it - 16:18 12-09-06
Hello, I'm looking for a tutorial or any web reference to know more about changing speed, pitch or tempo of an audio signal. Can anyone point me in the right direction? Thanks, gaetano ...speed, pitch and tempo

autocorrelation code for full signal

23:18 06-12-07
Hi: i got the source code of autocorrelation (AC) for a frame (for example: 600 samples out of 40000 samples) of a signal. Can anyone show me the AC code for the whole 40000 samples which means continuosly analyse every 600 samples up to the 40000th samples, so that the result would be stor...autocorrelation code for full signal

Analog Pitch Shifter

ryder1650 - 20:28 29-05-08
Is it possible to create a pitch shifter using an analog circuit? I know this site is about DSP's but it seems to have a lot of readers, so maybe someone can help me out. Thanks ...Analog Pitch Shifter

Re: Speed Change without Pitch Change

Jerry Avins - 13:13 04-12-05
jeffdod wrote: > Does anyone know of a C/C++ library for taking an audio file and > performing a speed change without changing the pitch? > > Thanks, > > Jeff Dodson Look on http://www.dspdimension.com/ Jerry -- Engineering is the art of making what you want from things you ca...Re: Speed Change without Pitch Change

FFTs of FFTs

jason.cipriani@gmail.com - 02:19 24-06-06
Hi, A friend of mine was describing a technique for pitch analysis to me today. If the input consists of mostly harmonic components; then it's FFT has, of course, some nice evenly spaced spikes. If you take the FFT of -that-, then you can relate that back to the pitch. My question is: does th...FFTs of FFTs

Re: Is the Doppler effect really linear?

Jerry Avins - 22:06 20-08-03
Raymond Toy wrote: > ... > > So, if I were blindfolded, I could tell if I were in a train moving > towards a whistle instead of the whistle moving towards me? > Only if you knew the original pitch and the speed very accurately. Let's say that the train is moving at Mach .2 (fast, b...Re: Is the Doppler effect really linear?

Pitch issues in opera singing

Manuel M - 10:38 14-05-05
axlq wrote: > smuglr wrote: > > I know the general subject of pitch detection has been flogged > > to death, but I am looking specifically for pitch detection in > > a sung melody. > > I'm wondering how that will work with some opera singers, who > have such a heavy vibrato in their...Pitch issues in opera singing

Need a pitch detection library for windows

itsclear - 07:26 07-08-07
I am writing a guitar tuner program. Is there a good public library for windows to do pitch detection? ...Need a pitch detection library for windows

Re: auto tune

robert bristow-johnson - 01:08 10-06-08
On Jun 9, 6:32=A0pm, John wrote: > I've been a loyal reader of this mag for 15 years, but this is the > first article about DSP that I've seen: > > http://www.newyorker.com/arts/critics/musical/2008/06/09/080609crmu_m... > looks like a sorta puff piece for Andy Hildebrand. if the au...Re: auto tune

Java Sound "Time Stretching" pitch shifter?

Mike - 17:59 21-11-04
I am NOT a pro DSP person, and have seen past debates, so to clarify, just looking to develop a simple component to integrate in a Java program that can adjust the PLAYBACK SPEED WIHOUT affecting the PITCH. If you use Windows Media Player then you can see an example of such a simple component ...Java Sound

PSOLA -- changes in duration

Himanshu - 00:36 21-08-05
Hi all! Greetings! I was working on pitching shifting for quite sometime. I used Mr. Bernsee's code for that purpose, modified it to use fftw and tweaked a little to bring its response time down, not much but by 7 seconds. But I am still not able to use it for real-time processing. The list...PSOLA -- changes in duration

Frequency shift and Pitch shift of speech signal m-files

pnalelia - 23:12 03-07-07
Hi Everyone, I am working on an algorithm that implements frequency shifting and pitch shifting on a fragment of a speech signal, Can anyone provide me a code that performs any of these shifts?? Best regards G.N ...Frequency shift and Pitch shift of speech signal m-files

PitchShift using STFT

Himanshu - 07:01 11-08-05
Hi All! Greetings! I was implementing pitch shift using STFT (the algorithm that Mr. Bernsee discusses at his site "dspdimension"). Its working absolutely fine but as I take the semitone to 12 which yields a pitching factor or 2.0 (one octave up), the output sounds like somewhat of "vibrato...PitchShift using STFT

Re: detune a signal

Jerry Avins - 22:49 14-01-06
Hans Fugal wrote: > I'm sorry my original post was rather vague. I see that now as I read > it again. > > I had on my nearsighted glasses and forgot that resample is usually, as > you say, to keep everything the same but just at a different sample > rate. What I want to do is basically ...Re: detune a signal

Re: Question regarding LPC Difference equation

Olivier Galibert - 18:11 14-10-04
In article , EC-AKD wrote: > In short if I denote the synthesised signal as s_cap[n] then would it > look like this: > > S_cap[n] = G*x(n) + SUM{b[j]*s_cap[n-j]} Don't forget, you need to have a model for x(n) too. The basic synthesis model is either spikes spaced by the pitch peri...Re: Question regarding LPC Difference equation

Verifying my algorithms

mukadam.huzefa@gmail.com - 20:05 20-02-06
hi all, I am working on voice verification using MATLAB and have devloped few algorithms for measuring energy and pitch etc. Now I want to check the validity of these algos so can anyone pls guide me. Wat I am lookin for specifically is if I can get a voice sample with all its paramets like e...Verifying my algorithms

Re: Video-equivalent of "pitch-shifting."

Ron N. - 12:35 28-08-07
On Aug 27, 9:20 pm, Radium wrote: > On Aug 27, 7:37 pm, Jerry Avins wrote: > > > Describe what you do want. > > I would like to downshift the temporal and spatial frequencies of a > video signal w/out any low-pass filtering [spatial or temporal], > making the video signal longe...Re: Video-equivalent of
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | next