First  |  Prev |  Next  |  Last
Pages: 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647
Piano Hammer Voicing
Hello, i'm doing a study on Hammer Voicing and i have 250 Wave files (all of La220) to analyze. The idea is to compare the differences in the Magnitude of each Harmonic to Plot the effects of each voicing procedure. How can i do that? Would it be something like: 1 - FFT of all Wave Files 2 - Pitch Detection 3 ... 22 May 2010 18:12
histogram..!! plz help
From code I've posted before: clc; % Clear the command window. close all; % Close all figures (except those of imtool.) imtool close all; % Close all imtool figures. clear; % Erase all existing variables. workspace; % Make sure the workspace panel is showing. fontSize = 20; % Change the current folder... 22 May 2010 18:12
error using zeros command, please help!
Using the following few lines of code function F=sensklb(Io,Ho,s,a,b) clear t; syms t; clear K; clear F; F=zeros(size(s)); K=1; I get the error ??? Error using ==> zeros Trailing string input must be a valid numeric class name. *Also note that the inputted s value is an integer value that is >0. B... 22 May 2010 18:12
train neural network with wavelet feature
how can 'i train neural network with wavelet feature ... 22 May 2010 16:01
Discrete math question
Math question: Given 2^n possible arrangements of N 0s and 1s, how many of those are unique under cyclic permutations? For example, with N=3, we have (111,000,100,110), so the answer is 4. I'm not sure such a formula has ever been discovered. It certainly is NOT a trivial one. ... 28 May 2010 13:44
Orthogonal distance regression of parabolic data
Hello Everyone, I'm trying to fit a set of x, y measurements to a parabola. For a conic section: Ax^2+Bxy+Cy^2+Dx+Ey+F=0, most of fitting algorithms has B=0, making the curve symmetrical about the y-axis and which in turn, simplifies the process. In my case, however, B <> 0 which means the parabola is rotated. I ... 22 May 2010 12:44
resolution
Hello Friends, I am studying 2 images. When i use the function imfinfo on both I get more or less the same info(pertaining to bit depth,ColorType,Format,ImageDataOffset and BitmapHeaderSize). But, there are 2 parameters that are different viz - HorzResolution and VertResolution. In the first image the values are 0,0... 22 May 2010 11:38
binary of 0.75
hi there i want to have the binary form of the fractional number 0.75 that is 0.11 in matlab. which function can do this? ... 22 May 2010 11:38
nex and T in the demo of murphy's hmm toolbox
Murphy's usage webpages mentions: HMMs with mixture of Gaussians outputs Maximum likelihood parameter estimation using EM (Baum Welch) Let us generate nex=50 vector-valued sequences of length T=50; each vector has size O=2. the question is which one is the number of sequences, and which... 22 May 2010 10:32
nex and T in the demo of murphy's hmm toolbox
Murphy's usage webpages mentions: HMMs with mixture of Gaussians outputs Maximum likelihood parameter estimation using EM (Baum Welch) Let us generate nex=50 vector-valued sequences of length T=50; each vector has size O=2. the question is which one is the number of sequences, and which... 22 May 2010 10:32
First  |  Prev |  Next  |  Last
Pages: 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647