질문


Math equation for MFCC bit rate
Hi there, What kind of equation must I create before arriving at the bit rate calculation if I must perform MFCC math calcula...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


audio codec performance measurement DAQ
I'm seeking for a Mathworks tool or interface that supports audio codec performance. SNR, Total harmonic distortion, cross-talk...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Error : Constant Operands
Hi Iam implementing following code as show below m = 10; v = [1 1 2 : m] If I try to make fixed point , I am getting the e...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


How to write cumulative product function
Hi I am trying to implement cumproduct without using built-in function. Below is my test code . I need help to implement "M...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Substitute C operator in matlab like divide, multiply, OR ,AND
Hi I am looking for matlab operator which is equivalent to <<= , >>= , ^= , &=, |= which is used in C Thank you!!

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Algorithm for Fractional power calculation
Hi 1. fractional base is no problem with current implementation. 2. To support fractional exponents, get the n-th root for ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to add function argument for nthroot() ?
Hi I want to calculate nthroot() for 'embedded.fi', following is the code. I don't understand , how to fix rem(n(:),2) ? / ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Derive base 10 logarithm from base 2 log output
Hi I am looking to calculate . log10 with base2log as input.i.e. log10(log2()) log() with base2log as input i.e. log(log2()...

2년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Which is the best way to replace the typedefs of rtwtypes.h with the ones defined in my firmware?
You can have one of the following approach to get rid of rtwtypes.h Use standard ANSI complaint #include <stdint.h> and #inclu...

2년 초과 전 | 0

질문


Error in fi divide for embedded fi object
Hi I am trying to make a fixed point calculation with below code. But I run into error , I don't understand what is wrong in m...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Stop Bit growth for power computation
Hi I am in need a logic to check bit growth in case of word length is 32 /16/8-bit I am using following code to check bit ...

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to plot multiple Loops and draw data lables for legend
Hi I want to plot return value C and add legend according to iteration for below code A = [1:4]; B = [1:4]; C = zeros(siz...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to range array steps
Hi I am looking for a logic to range of value from -1 to +1 including 0 where data should look like -1-2-3...-32 : +32+31..1 ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Check range for power function
I am looking for a unit test vectors which checks the range of input values for power function so that I can implement equivalen...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


File streaming using Nodejs
Goal With Nodejs support , the file should be streamed via the body Section -1 Accept a HTTP POST request which will cont...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


Parallel processing remote and server logs collection / scp
I would like to stream a file using HTTP endpoint / scp so that I can collect the logs from a remote server. Is there a way ,...

거의 3년 전 | 답변 수: 0 | 0

0

답변

질문


Convert a Complex Number to exponential real
Hi I am looking for help to calculate value of a complex number say x = 2 +1j*5 using exponential function Thanks you

거의 3년 전 | 답변 수: 2 | 0

2

답변

질문


convert complex number to Integers
I have a exponential function and cordic exponential function. I see a differenc in output for exponential and cordic exp func ...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


How to create Trignometric function lookup table
Hi I need help to create a lookup table for twiddle factor generated by trignometric cosine and sine function ? Thanks

대략 3년 전 | 답변 수: 0 | 0

0

답변

질문


colon expression to use integer operands
The following code does not work because the colon operands are not integer values stepSize = (pi/512); thRadDbl = (0:stepSize...

대략 3년 전 | 답변 수: 3 | 0

3

답변

질문


Integers can only be raised to positive integral powers in db2mag computation
I am converting matlab code to c using fixed point coder app I am getting the below error Input to function db2mag_conv decib...

3년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Multiple input vector for polyfit and get polyval , derive the best coeff & least RMS Error
Hi I have a code which is computing the polyval for multiple input vectors. I would like to derive best coefficient and lowest...

3년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Fixed point coder log10 implementation
qsb = fixed.Quantizer(numerictype(1,32,24)); y0 = quantize(qsb,20*fi(log(double(x)),1,32,24)/fi(log(double(10)),1,32,...

3년 초과 전 | 0

| 수락됨

질문


Audio signal beamformer algo
Hi I am looking for 3D audio signal information. For example [Signal,fs] = audioread('*.wav') x_dim = Signal.x y_dim = Si...

3년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Fixed point coder log10 implementation
I made a test and I don't see the expected result I am still getting the error following error ??? Function 'log10' i...

3년 초과 전 | 0

질문


Fixed point coder log10 implementation
I am using 20*log10(val) to get power in a dB y = 20*log10(3) But When i am using matlab coder to convert the in c/c++ code....

3년 초과 전 | 답변 수: 3 | 0

3

답변

질문


Find sorrunding elements and element from an array
I have an array y = [ 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


alternate way , without ismember function
Hi I am having problems in using the ismember function, so I want to replace ismember and I need help in replacing the functio...

3년 초과 전 | 답변 수: 2 | 0

2

답변

제출됨


Time series Text Analysis viewer
Time series Text analysis plots the data text data and duration in time for analyzing the events.

3년 초과 전 | 다운로드 수: 4 |

Thumbnail

질문


Coder Structure element Size Mismatch error during subscripting
Hi I am facing Size mismatch error while performing array operation with structure .I need help in resolving the issue Impns...

3년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기